Click or drag to resize

ExtendibleEnumName Property

IT Hit WebDAV Classes Reference
Gets the string representation of the enum value.

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
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