 | SecurIdTokenBirthDate Property |
Gets the birthdate of the token represented by the current
SecurIdToken object.
Namespace:
ursa
Assembly:
ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntaxpublic DateTime BirthDate { get; }
Public ReadOnly Property BirthDate As DateTime
Get
public:
property DateTime BirthDate {
DateTime get ();
}
member BirthDate : DateTime with get
Property Value
Type:
DateTime
See Also