FirstOptionsUnitType Property |
Gets or sets the unit type.
Namespace: ConnectedApps.Cms.Entities.SearchAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic FirstOptionsUnitTypes UnitType { get; set; }
Public Property UnitType As FirstOptionsUnitTypes
Get
Set
public:
property FirstOptionsUnitTypes UnitType {
FirstOptionsUnitTypes get ();
void set (FirstOptionsUnitTypes value);
}
member UnitType : FirstOptionsUnitTypes with get, set
Property Value
Type:
FirstOptionsUnitTypes
See Also