IsNextUidDefined
Determines whether the NextUID property
has been defined for this zone.
Syntax
bool IsNextUidDefined {get; set;}
Property value
Returns true
if the NextUID
property has been defined. Set this value false to
clear this property. Call the NextUID
property to set a value for this property.
Exceptions
IsNextUidDefined
throws an InvalidOperationException
if the NextUID
property has
not been defined and you attempt to set this property true
.