Share via


IsSubsetOf Method

Microsoft Robotics Class Reference

Determines whether the current permission instance is a subset of the specified permission instance.

Namespace: Microsoft.Dss.Core.Permissions
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public override bool IsSubsetOf(
    IPermission target
)

Parameters

Return Value

Field Value

false if the current instance is unrestricted and target is either a null reference or unrestricted; otherwise,

Field Value

true.

Implements

IPermission. . :: . .IsSubsetOf(IPermission)

See Also

DssNetworkPermission Class

Microsoft.Dss.Core.Permissions Namespace