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 (Declaration) | |
---|
<MarshalAsAttribute(UnmanagedType.U1 Or _
UnmanagedType.I2 Or _
UnmanagedType.LPStr Or _
UnmanagedType.LPWStr)>
Public clientAccount As String |
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 |
Managed Extensions for C++ | |
---|
[MarshalAsAttribute(UnmanagedType.U1 |
UnmanagedType.I2 |
UnmanagedType.LPStr |
UnmanagedType.LPWStr)]
public: string* clientAccount |
C++/CLI | |
---|
[MarshalAsAttribute(UnmanagedType.U1 |
UnmanagedType.I2 |
UnmanagedType.LPStr |
UnmanagedType.LPWStr)]
public:
String^ clientAccount |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also