Partager via


Propriété Text

Gets or sets the item text.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Text As String
    Get
    Friend Set
'Utilisation
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)

Valeur de propriété

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