Class FindUsersByNameResult
Inheritance
System.Object
FindUsersByNameResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Security
Assembly: ImageVault.Common.dll
Syntax
public class FindUsersByNameResult
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> |