Partager via


Propriété SystemDomainListItem.Value

Gets or sets the value of the item.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Value As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The value of the item.

Voir aussi

Référence

SystemDomainListItem Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts