Partilhar via


Propriedade do RDL SystemDomainListItem.Value

Gets or sets the value of the item.

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

Sintaxe

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

Valor da propriedade

Tipo: System.String
The value of the item.

Consulte também

Referência

SystemDomainListItem Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts