Właściwość BRItem.Text
Pobiera lub ustawia tekst opisujący reguły biznesowej element.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property Text As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Ciąg reprezentujący tekst opisowy.