Share via


AllowedAudienceUriElement.AllowedAudienceUri 屬性

定義

取得或設定字串,指定可以存取特定服務的對象的 URI。

public:
 property System::String ^ AllowedAudienceUri { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("allowedAudienceUri", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
[System.Configuration.StringValidator(MinLength=1)]
public string AllowedAudienceUri { get; set; }
[<System.Configuration.ConfigurationProperty("allowedAudienceUri", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.AllowedAudienceUri : string with get, set
Public Property AllowedAudienceUri As String

屬性值

String

字串,指定可以存取特定服務的對象的 URI。

屬性

適用於