XmlSchemaDocumentation.Source プロパティ

定義

情報の URI (Uniform Resource Identifier) ソースを取得または設定します。

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

プロパティ値

String

URI 参照。 既定値は、String.Empty です。 省略可能。

注釈

ソースは URI 参照である必要があります。

省略可能。

適用対象