CanCreateObject(ClassID) Method
Indicates whether the caller has permission to create objects of the specified class.
'Declaration
Public Overloads Function CanCreateObject( _
ByVal As ClassID _
) As Boolean
public bool CanCreateObject(
ClassID
)
Parameters
- cid
- The Class ID.
Return Value
True if the caller has permission to create objects of the class, or False otherwise.