IUserUserProfileId Property |
Get the identifier of the user profile
to inherits.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax Nullable<int> UserProfileId { get; }
ReadOnly Property UserProfileId As Nullable(Of Integer)
Get
property Nullable<int> UserProfileId {
Nullable<int> get ();
}
Property Value
Type:
NullableInt32Remarks
Foreign key to the table `UserProfiles`.`Id`
See Also