RoleDescriptor.Organization Property

Definition

Gets or sets the Organization.

public:
 property System::IdentityModel::Metadata::Organization ^ Organization { System::IdentityModel::Metadata::Organization ^ get(); void set(System::IdentityModel::Metadata::Organization ^ value); };
public System.IdentityModel.Metadata.Organization Organization { get; set; }
member this.Organization : System.IdentityModel.Metadata.Organization with get, set
Public Property Organization As Organization

Property Value

The organization for this role descriptor.

Applies to