Policy Class
Represents groups and users and their roles, which are associated with items in a SharePoint library.
Inheritance Hierarchy
System.Object
ReportService2006.Policy
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Class Policy
'Usage
Dim instance As Policy
public class Policy
public ref class Policy
type Policy = class end
public class Policy
The Policy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Policy | Initializes a new instance of the Policy class. |
Top
Properties
Name | Description | |
---|---|---|
GroupUserName | Gets or sets the name of a group or user. | |
Roles | Gets or sets the roles associated with the group or user. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
A Policy object is returned as output by the GetPolicies method and is passed as input to the SetPolicies method.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.