XmlSchemaAnnotated.Id Propiedad

Definición

Obtiene o establece el identificador de cadena.

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 de cadena. El valor predeterminado es String.Empty. Optional.

Comentarios

El valor id debe ser de tipo ID y ser único dentro del documento que contiene este elemento.

Optional.

Se aplica a