BRItem.Text Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the text.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

Property Value

Type: System.String

The text.

See Also

BRItem Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top