MetadataCacheVaultUserOperationsGetLoginAccountOfUser Method |
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual LoginAccount GetLoginAccountOfUser(
int UserID
)
Public Overridable Function GetLoginAccountOfUser (
UserID As Integer
) As LoginAccount
public:
virtual LoginAccount^ GetLoginAccountOfUser(
int UserID
)
Parameters
- UserID
- Type: SystemInt32
Return Value
Type:
LoginAccount
See Also