XslTransformation.UseTrustedSettings プロパティ
定義
信頼された設定を使用するかどうかを決定します。Determines whether or not to use trusted settings. 既定値は false です。Default is false.
public:
property bool UseTrustedSettings { bool get(); void set(bool value); };
public bool UseTrustedSettings { get; set; }
member this.UseTrustedSettings : bool with get, set
Public Property UseTrustedSettings As Boolean