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