Microsoft SDK for Java

PermissionSet Class Constructors

The PermissionSet Class contains the following constructor:

PermissionSet(PermissionDataSet pds)

Creates a PermissionSet object from a PermissionDataSet object. The contents of the PermissionDataSet object are copied to the PermissionSet so that any future changes to the PermissionDataSet will not affect the PermissionSet.

Syntax

public PermissionSet(PermissionDataSet pds);

Parameters

pds The PermissionDataSet to copy.

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