BRItem.Text Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the text describing the business rule item.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public string Text { get; set; }
public:
[DataMemberAttribute]
property String^ Text {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member Text : string with get, set
<DataMemberAttribute>
Public Property Text As String

Property Value

Type: System.String

A string representing the descriptive text.

See Also

BRItem Class
Microsoft.MasterDataServices Namespace

Return to top