CivetCustomMsg..::..Content Property

自定义消息内容

通常是一个XML格式的字符串。

此方法提供给相信内部团队,用于一些新消息格式的调试,不建议普通用户使用。

Namespace:  PDSS.CivetPublic.User
Assembly:  PDSS.CivetPublic.User (in PDSS.CivetPublic.User.dll)

Syntax


public string Content { get; set; }
Public Property Content As String
	Get
	Set
public:
property String^ Content {
	String^ get ();
	void set (String^ value);
}

Field Value

The content.