RSS Documentation
ACERoleType Property (ACE)



Syntax
'Declaration
 
Public Property ACERoleType As BPM.ACERoleType
'Usage
 
Dim instance As ACE
Dim value As BPM.ACERoleType
 
instance.ACERoleType = value
 
value = instance.ACERoleType
public BPM.ACERoleType ACERoleType {get; set;}
public:
property BPM.ACERoleType ACERoleType {
   BPM.ACERoleType get();
   void set (    BPM.ACERoleType value);
}
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

ACE Class
ACE Members

Send Feedback