Partager via


Propriété Attribute.Value

Gets or sets the value of the attribute.

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

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Value As Object 
    Get 
    Set
'Utilisation
Dim instance As Attribute 
Dim value As Object 

value = instance.Value

instance.Value = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Object Value { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Object^ Value {
    Object^ get ();
    void set (Object^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Value : Object with get, set
function get Value () : Object 
function set Value (value : Object)

Valeur de propriété

Type : System.Object
The value of the attribute.

Voir aussi

Référence

Attribute Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts