다음을 통해 공유


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입니다.

특성

적용 대상