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

속성 값

와트르 매개 변수의 값을 포함하는 문자열입니다.

설명

null 메시지에서 wattr 매개 변수를 제거하려면 빈 문자열로 설정합니다.

적용 대상