Gets the root object for the current Collection.
[Visual Basic] Overridable Public ReadOnly Property SyncRoot As Object [C#] public object SyncRoot {virtual get;} [C++] public: __property virtual Object* get_SyncRoot(); [JScript] public function get SyncRoot() : Object;
The root of a permission set object is always the object itself (the "this" value).
This method is required to support the ICollection interface.
(this method is not typically used by application code)
PermissionSet Class | PermissionSet Members | System.Security Namespace