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