Clase Policy
Represents groups and users and their roles, which are associated with items in a SharePoint library.
Jerarquía de herencia
System.Object
ReportService2006.Policy
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
Public Class Policy
'Uso
Dim instance As Policy
public class Policy
public ref class Policy
type Policy = class end
public class Policy
El tipo Policy expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
Policy | Initializes a new instance of the Policy class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
GroupUserName | Gets or sets the name of a group or user. | |
Roles | Gets or sets the roles associated with the group or user. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
A Policy object is returned as output by the GetPolicies method and is passed as input to the SetPolicies method.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.