IsSubsetOf Method
Syntax
'Declaration Public Function IsSubsetOf( _ ByVal target As System.Security.IPermission _ ) As System.Boolean
'Usage Dim instance As VistaDBDataPermission Dim target As System.Security.IPermission Dim value As System.Boolean value = instance.IsSubsetOf(target)
public System.bool IsSubsetOf( System.Security.IPermission target )
public function IsSubsetOf( target: System.Security.IPermission ): System.Boolean;
public function IsSubsetOf( target : System.Security.IPermission ) : System.boolean;
public: System.bool IsSubsetOf( System.Security.IPermission* target )
public: System.bool IsSubsetOf( System.Security.IPermission^ target )
Parameters
- target
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