テキスト コンテンツを取得または設定します。
名前空間: 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
テキスト コンテンツ。