IVSSDatabase.ImpersonateCaller Property
Gets or sets a value that instructs the SourceSafe automation object to impersonate the identity of the caller while performing operations.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Property ImpersonateCaller As Boolean
'Usage
Dim instance As IVSSDatabase
Dim value As Boolean
value = instance.ImpersonateCaller
instance.ImpersonateCaller = value
bool ImpersonateCaller { get; set; }
property bool ImpersonateCaller {
bool get ();
void set ([InAttribute] bool pImpersonate);
}
/** @property */
boolean get_ImpersonateCaller ()
/** @property */
void set_ImpersonateCaller (/** @attribute InAttribute() */ boolean pImpersonate)
function get ImpersonateCaller () : boolean
function set ImpersonateCaller (pImpersonate : boolean)
Property Value
true to impersonate the identity of the caller while performing operations; otherwise, false.
Remarks
For information about COM impersonation, go to the MSDN Library and search for the following topic, "ImpersonateClient function".
See Also
Reference
IVSSDatabase Interface
IVSSDatabase Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace