Edit

Share via


Organization.Names Property

Definition

Gets the collection of names associated with the organization.

This is a required element.

public:
 property System::IdentityModel::Metadata::LocalizedEntryCollection<System::IdentityModel::Metadata::LocalizedName ^> ^ Names { System::IdentityModel::Metadata::LocalizedEntryCollection<System::IdentityModel::Metadata::LocalizedName ^> ^ get(); };
public System.IdentityModel.Metadata.LocalizedEntryCollection<System.IdentityModel.Metadata.LocalizedName> Names { get; }
member this.Names : System.IdentityModel.Metadata.LocalizedEntryCollection<System.IdentityModel.Metadata.LocalizedName>
Public ReadOnly Property Names As LocalizedEntryCollection(Of LocalizedName)

Property Value

The collection of names.

Applies to