Class UnassignPasswordRuleProfileRequest
Represents the a request for the UnassignPasswordRuleProfile method.
Inheritance
System.Object
UnassignPasswordRuleProfileRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class UnassignPasswordRuleProfileRequest : ServiceRequest
Constructors
UnassignPasswordRuleProfileRequest()
Declaration
public UnassignPasswordRuleProfileRequest()
Properties
IsSetDefaultProfile
Gets or sets the value.
Declaration
public bool IsSetDefaultProfile { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The value. |
PasswordProfileId
Gets or sets the value.
Declaration
public int PasswordProfileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The value. |
StaffIdList
Gets or sets the value.
Declaration
public ICollection<int> StaffIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> | The value. |