다음을 통해 공유


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 네임스페이스