Organization.Urls 属性
定义
获取与组织关联的 URLs 的集合。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)
属性值
URL 实体的集合。The collection of URL entries.