UserRole.Profile Property

Definition

Gets or sets the profile assigned to the user role.

public:
 property Microsoft::EnterpriseManagement::Security::Profile ^ Profile { Microsoft::EnterpriseManagement::Security::Profile ^ get(); void set(Microsoft::EnterpriseManagement::Security::Profile ^ value); };
public Microsoft.EnterpriseManagement.Security.Profile Profile { get; set; }
member this.Profile : Microsoft.EnterpriseManagement.Security.Profile with get, set
Public Property Profile As Profile

Property Value

The profile assigned to the user role.

Applies to