共用方式為


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 命名空間