Text 属性
Gets or sets the item text.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property Text As String
Get
Friend Set
用法
Dim instance As BRItem
Dim value As String
value = instance.Text
[DataMemberAttribute]
public string Text { get; internal set; }
[DataMemberAttribute]
public:
property String^ Text {
String^ get ();
internal: void set (String^ value);
}
[<DataMemberAttribute>]
member Text : string with get, internal set
function get Text () : String
internal function set Text (value : String)
属性值
类型:System. . :: . .String
A string representing the item text.