共用方式為


BRItem.Text 屬性

Gets or sets the text describing the business rule item.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property Text As String
    Get
    Set
'用途
Dim instance As BRItem
Dim value As String

value = instance.Text

instance.Text = value
[DataMemberAttribute]
public string Text { get; set; }
[DataMemberAttribute]
public:
property String^ Text {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member Text : string with get, set
function get Text () : String
function set Text (value : String)

屬性值

型別:System.String
A string representing the descriptive text.

請參閱

參考

BRItem 類別

Microsoft.MasterDataServices 命名空間