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!

SerializationInfo.FullTypeName

[To be supplied.]

[Visual Basic]
Public Property FullTypeName As String
[C#]
public string FullTypeName {get; set;}
[C++]
public: __property String* get_FullTypeName();
public: __property void set_FullTypeName(String*);
[JScript]
public function get FullTypeName() : String;
public function set FullTypeName(String);

See Also

SerializationInfo Class | SerializationInfo Members | System.Runtime.Serialization Namespace