Freigeben über


Policy-Klasse

Represents groups and users and their roles, which are associated with items in a SharePoint library.

Vererbungshierarchie

System. . :: . .Object
  ReportService2006..::..Policy

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class Policy
'Usage
Dim instance As Policy
[SerializableAttribute]
public class Policy
[SerializableAttribute]
public ref class Policy
[<SerializableAttribute>]
type Policy =  class end
public class Policy

Der Policy-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Policy Initializes a new instance of the Policy class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft GroupUserName Gets or sets the name of a group or user.
Öffentliche Eigenschaft Roles Gets or sets the roles associated with the group or user.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

A Policy object is returned as output by the GetPolicies method and is passed as input to the SetPolicies method.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis