Compartir a través de


Annotation.Id Propiedad

Gets or sets the identifier of the annotation.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Id As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
The identifier of the annotation.

Vea también

Referencia

Annotation Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts