Click or drag to resize

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; }

Property Value

Type: String
Remarks
The setter is required only to support generics. Do not use the setter.
See Also