Compartir a través de


BRItem.Text Propiedad

Gets or sets the text describing the business rule item.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Text As String
    Get
    Set
'Uso
Dim instance As BRItem
Dim value As String

value = instance.Text

instance.Text = value
[DataMemberAttribute]
public string Text { get; set; }
[DataMemberAttribute]
public:
property String^ Text {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member Text : string with get, set
function get Text () : String
function set Text (value : String)

Valor de la propiedad

Tipo: System.String
A string representing the descriptive text.

Vea también

Referencia

BRItem Clase

Espacio de nombres Microsoft.MasterDataServices