Property-Klasse

Represents the properties of an item in a SharePoint library.

Vererbungshierarchie

System. . :: . .Object
  ReportService2006..::..Property

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

Syntax

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

Der Property-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets or sets the name of the property.
Öffentliche Eigenschaft Value Gets or sets the value of the property.

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

Use the Property class to retrieve or modify both custom and built-in properties of an item in a SharePoint library.

A Property object is returned as output by the GetProperties and GetSystemProperties methods and is passed as input to the CreateDataSource, CreateResource, GetProperties, GetSystemProperties, SetProperties, and SetSystemProperties methods.

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