Compartir a través de


Reference.Id Propiedad

Definición

Obtiene o establece el identificador del objeto Reference actual.

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

Valor de propiedad

Identificador del objeto Reference actual. De manera predeterminada, es null.

Comentarios

Utilice la Id propiedad para agregar un identificador de cadena a la representación XML del elemento actual Reference . El identificador se usa para hacer referencia al Reference elemento desde otra ubicación.

Se aplica a