The Windows account name running the server instance.
Depending on the server DCOM configuration this may be the client application account
or the user account defined in the DCOM configuration, Identity tab.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ServerInstanceInfo
Dim value As String
value = instance.clientAccount
instance.clientAccount = value |
C# | |
---|
[MarshalAsAttribute(UnmanagedType.U1 |
UnmanagedType.I2 |
UnmanagedType.LPStr |
UnmanagedType.LPWStr)]
public string clientAccount |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also