IUserTokenServerId Property |
Get the identifier of the server
associated with the token.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax Nullable<int> ServerId { get; }
ReadOnly Property ServerId As Nullable(Of Integer)
Get
property Nullable<int> ServerId {
Nullable<int> get ();
}
Property Value
Type:
NullableInt32Remarks
Foreign key to the table `Servers`.`Id`
See Also