ArcFM Responder Mobile Developer Guide
UserId Field (pxDBProperties)






Syntax
'Declaration
 
<System.Runtime.InteropServices.MarshalAsAttribute(UnmanagedType.Bool Or  _
    UnmanagedType.I1 Or  _
    UnmanagedType.BStr)>
Public UserId As System.String
'Usage
 
Dim instance As pxDBProperties
Dim value As System.String
 
value = instance.UserId
 
instance.UserId = value
[System.Runtime.InteropServices.MarshalAs(UnmanagedType.Bool | 
    UnmanagedType.I1 | 
    UnmanagedType.BStr)]
public System.string UserId
public field UserId: System.String; 
System.Runtime.InteropServices.MarshalAsAttribute(UnmanagedType.Bool | 
    UnmanagedType.I1 | 
    UnmanagedType.BStr)
public var UserId : System.String;
[System.Runtime.InteropServices.MarshalAs(UnmanagedType.Bool | 
    UnmanagedType.I1 | 
    UnmanagedType.BStr)]
public: System.string* UserId
[System.Runtime.InteropServices.MarshalAs(UnmanagedType.Bool | 
    UnmanagedType.I1 | 
    UnmanagedType.BStr)]
public:
System.String^ UserId
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

Reference

pxDBProperties Structure
pxDBProperties Members

Send Feedback