| SecurIdV2TokenIsEmpty Property |
Returns
if this
SecurIdV2Token object does not contain a valid token;
otherwise.
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax public override bool IsEmpty { get; }
Public Overrides ReadOnly Property IsEmpty As Boolean
Get
public:
virtual property bool IsEmpty {
bool get () override;
}
abstract IsEmpty : bool with get
override IsEmpty : bool with get
Property Value
Type:
BooleanSee Also