 | XmlAnythingTValue Property |
Wrapped object that can be serialized to and from XML.
Namespace: Slash.XmlAssembly: Slash.Xml (in Slash.Xml.dll) Version: 1.0.5843.24179
Syntaxpublic T Value { get; set; }
Public Property Value As T
Get
Set
public:
property T Value {
T get ();
void set (T value);
}
member Value : 'T with get, set
Property Value
Type:
T
See Also