NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IRemotingTypeInfo.TypeName

This read-write property returns the fully qualified type name.

[Visual Basic]
Property TypeName As String
[C#]
string TypeName {get; set;}
[C++]
String* get_TypeName() = 0;void set_TypeName(String*) = 0;
[JScript]
abstract function get TypeName() : String;
public abstract function set TypeName(String);

Property Value

Read-write.

Returns the fully qualified type name.

See Also

IRemotingTypeInfo Interface | IRemotingTypeInfo Members | System.Runtime.Remoting Namespace