 | ValueWithTypeTypeFullName Property |
Full name of type.
Namespace: Slash.SerializationAssembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntaxpublic string TypeFullName { get; set; }
Public Property TypeFullName As String
Get
Set
public:
property String^ TypeFullName {
String^ get ();
void set (String^ value);
}
member TypeFullName : string with get, set
Property Value
Type:
String
See Also