Click or drag to resize

ExtendibleEnumNumber Property

IT Hit WebDAV Classes Reference
Gets the integer representation of the enum value. Default is -1.

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public int Number { get; set; }

Property Value

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