다음을 통해 공유


AttributeRequestMessage.Attribute 속성

정의

메시지의 wattr 매개 변수를 가져오거나 설정합니다.

public:
 property System::String ^ Attribute { System::String ^ get(); void set(System::String ^ value); };
public string Attribute { get; set; }
member this.Attribute : string with get, set
Public Property Attribute As String

속성 값

wattr 매개 변수의 값이 들어 있는 문자열입니다.

설명

null 또는 메시지의 wattr 매개 변수를 제거 하려면 빈 문자열입니다.

적용 대상