Policy Class
Represents groups and users and their roles, which are associated with items in a SharePoint library.
Assembly: ReportService2006 (in ReportService2006.dll)
| Name | Description | |
|---|---|---|
![]() | Policy() | Initializes a new instance of the Policy class. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
A Policy object is returned as output by the GetPolicies method and is passed as input to the SetPolicies method.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


