WebRegionCategoryLevel Property |
Specifies level of the region category according to
some hierarchical order.
Not all region categories has a level value.
This property should only be used if property
IsLevelSpecified has the value True.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public int Level { get; set; }
Public Property Level As Integer
Get
Set
public:
property int Level {
int get ();
void set (int value);
}
member Level : int with get, set
Property Value
Type:
Int32See Also