ExtendibleEnumName Property
IT Hit WebDAV Classes Reference
Gets the string representation of the enum value.
Namespace:
ITHit.Collab
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
Property Value
Type:
StringRemarks The setter is required only to support generics. Do not use the setter.
See Also