AuthenticablePrincipal.ScriptPath プロパティ

定義

このアカウントのスクリプト パスを取得または設定します。

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

プロパティ値

このアカウントのスクリプトのパス。または、スクリプト パスがない場合は null。

例外

基盤となるになるストアは、このプロパティをサポートしていません。

適用対象