IProcessSecurityContext.Login プロパティ

定義

Microsoft Windows セキュリティ アカウントの名前を取得または設定します。

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

プロパティ値

String 値。

注釈

Windows アカウントは、レプリケーション エージェントを開始するのに十分な、コンピューターに対する特権を持っている必要があります。 詳細については、「 レプリケーション エージェント セキュリティ モデル」を参照してください。

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

適用対象