Signature.Id Proprietà

Definizione

Ottiene o imposta l'ID dell'oggetto Signature corrente.

public:
 property System::String ^ Id { System::String ^ get(); void set(System::String ^ value); };
public string Id { get; set; }
public string? Id { get; set; }
member this.Id : string with get, set
Public Property Id As String

Valore della proprietà

ID dell'oggetto Signature corrente. Il valore predefinito è null.

Commenti

Utilizzare la Id proprietà per aggiungere un ID stringa alla rappresentazione XML dell'elemento corrente Signature . L'ID viene usato per fare riferimento Signature a da un'altra posizione.

Si applica a

Vedi anche