Class GetAzManDbUsersResponse
Represents the response for the GetAzManDbUsers method.
Inheritance
System.Object
GetAzManDbUsersResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetAzManDbUsersResponse : ServiceResponse
Constructors
GetAzManDbUsersResponse()
Declaration
public GetAzManDbUsersResponse()
Properties
AzManUsers
Declaration
public List<AzManDbUser> AzManUsers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AzManDbUser> |