Właściwość SystemDomainListItem.Value
Pobiera lub ustawia wartość element.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property Value As String
Get
Set
'Użycie
Dim instance As SystemDomainListItem
Dim value As String
value = instance.Value
instance.Value = value
[DataMemberAttribute]
public string Value { get; set; }
[DataMemberAttribute]
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Value : string with get, set
function get Value () : String
function set Value (value : String)
Wartość właściwości
Typ: System.String
Ciąg, który reprezentuje wartość element.