BPM.Server
GetUserExtAttrDefine Method



Syntax
'Declaration
 
Public Shared Function GetUserExtAttrDefine( _
   ByVal nameSpace As String _
) As DataTable
'Usage
 
Dim nameSpace As String
Dim value As DataTable
 
value = OrgSvr.GetUserExtAttrDefine(nameSpace)
public static DataTable GetUserExtAttrDefine( 
   string nameSpace
)
public:
static DataTable^ GetUserExtAttrDefine( 
   String^ nameSpace
) 

Parameters

nameSpace
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

OrgSvr Class
OrgSvr Members

Send Feedback