Compartilhar via


Propriedade do RDL BRItem.Text

Gets or sets the text.

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

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property Text As String 
    Get 
    Friend Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The text.

Consulte também

Referência

BRItem Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts