AttributeRequestMessage.Attribute 属性

定义

获取或设置消息的 wattr 参数。Gets or sets the wattr parameter of the message.

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

属性值

String

一个包含 wattr 参数值的字符串。A string that contains the value of the wattr parameter.

注解

设置为 null 或空字符串,以便从消息中删除 wattr 参数。Set to null or an empty string to remove the wattr parameter from the message.

适用于