編集

次の方法で共有


DnsPermission.IsUnrestricted Method

Definition

Checks the overall permission state of the object.

public:
 virtual bool IsUnrestricted();
public bool IsUnrestricted();
abstract member IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> bool
Public Function IsUnrestricted () As Boolean

Returns

true if the DnsPermission instance was created with Unrestricted; otherwise, false.

Implements

Applies to