RSS Documentation
SIDPair Constructor(ACERoleType,String)



Syntax
'Declaration
 
Public Function New( _
   ByVal sidType As BPM.ACERoleType, _
   ByVal sid As String _
)
'Usage
 
Dim sidType As BPM.ACERoleType
Dim sid As String
 
Dim instance As New SIDPair(sidType, sid)
public SIDPair( 
   BPM.ACERoleType sidType,
   string sid
)
public:
SIDPair( 
   BPM.ACERoleType sidType,
   String^ sid
)

Parameters

sidType
sid
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

SIDPair Class
SIDPair Members
Overload List

Send Feedback