Partager via


Propriété BRItem.Text

Gets or sets the text.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.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
The text.

Voir aussi

Référence

BRItem Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts