BRItem.Text Property
Gets or sets the text.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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
The text.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace