Partager via


Propriété Annotation.Id

Gets or sets the identifier of the annotation.

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Id As Integer 
    Get 
    Set
'Utilisation
Dim instance As Annotation 
Dim value As Integer 

value = instance.Id

instance.Id = value
[DataMemberAttribute]
public int Id { get; set; }
[DataMemberAttribute]
public:
property int Id {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member Id : int with get, set
function get Id () : int 
function set Id (value : int)

Valeur de propriété

Type : System.Int32
The identifier of the annotation.

Voir aussi

Référence

Annotation Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts