XmlSchemaObject.SourceUri Propriedade
Definição
Obtém ou define o local de origem para o arquivo que carregou o esquema.Gets or sets the source location for the file that loaded the schema.
public:
property System::String ^ SourceUri { System::String ^ get(); void set(System::String ^ value); };
public string? SourceUri { get; set; }
public string SourceUri { get; set; }
member this.SourceUri : string with get, set
Public Property SourceUri As String
Valor da propriedade
O local de origem (URI) do arquivo.The source location (URI) for the file.
Comentários
Fornece informações para manipulação de exceção.Provides information for exception handling.