Organization.Names Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.