BRItem.Text Property

Gets or sets the item text.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Text As String
    Get
    Friend Set
'Usage
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)

Property Value

Type: System.String
A string representing the item text.