Class FindUsersByNameResult
Inheritance
System.Object
FindUsersByNameResult
Namespace: ImageVault.Common.Security
Assembly: ImageVault.Common.dll
Syntax
public class FindUsersByNameResult : Object
Constructors
FindUsersByNameResult()
Declaration
public FindUsersByNameResult()
Fields
TotalRecords
Get/Sets the TotalRecords of the FindUsersByNameResult
Declaration
public int TotalRecords
Field Value
Type | Description |
---|---|
System.Int32 |
Users
Get/Sets the Users of the FindUsersByNameResult
Declaration
public List<string> Users
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |