Microsoft SDK for Java

PermissionDataSet Class Constructors

The PermissionDataSet Class contains the following constructors:

PermissionDataSet()
PermissionDataSet(PermissionDataSet other)

PermissionDataSet()

Creates a new, empty set of permission objects.

Syntax

public PermissionDataSet();

PermissionDataSet(PermissionDataSet other)

Creates a new set of permission objects, based on an existing PermissionDataSet object. The new set will be a copy of the existing set.

Syntax

public PermissionDataSet(PermissionDataSet other);

Parameters

other The existing PermissionDataSet object.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.