アプリケーション情報のソースを取得または設定します。
Public Property Source As String
[C#]
public string Source {get; set;}
[C++]
public: __property String* get_Source();public: __property void set_Source(String*);
[JScript]
public function get Source() : String;public function set Source(String);
プロパティ値
URI 参照。既定値は String.Empty です。
省略可能。
解説
ソースは URI 参照である必要があります。省略可能。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
XmlSchemaAppInfo クラス | XmlSchemaAppInfo メンバ | System.Xml.Schema 名前空間