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