获取或设置文本内容。
命名空间: Microsoft.Data.OData.Atom
程序集: Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)
语法
声明
Public Property Text As String
Get
Set
用法
Dim instance As AtomTextConstruct
Dim value As String
value = instance.Text
instance.Text = value
public string Text { get; set; }
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
function get Text () : String
function set Text (value : String)
属性值
类型:System.String
文本内容。