BRItem.Text 属性

Gets or sets the text.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.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
The text.

请参阅

参考

BRItem 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间