AudienceUriElement.Value Свойство

Определение

Получает или задает универсальный код ресурса (URI) аудитории.

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

Значение свойства

Универсальный код ресурса (URI) аудитории.

Атрибуты

Применяется к