IUserBaseLanguageId Property |
Get or set the ID of the user language
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax int LanguageId { get; set; }
Property LanguageId As Integer
Get
Set
property int LanguageId {
int get ();
void set (int value);
}
Property Value
Type:
Int32Remarks
Foreign key to the table `Languages`.`Id`
See Also