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