Edit

Share via


Organization.Urls Property

Definition

Gets the collection of URLs associated with the organization.

This is required element.

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

Property Value

The collection of URL entries.

Applies to