Поделиться через


Класс Property

Represents the properties of an item in a SharePoint library.

Иерархия наследования

System.Object
  ReportService2006.Property

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Class Property
'Применение
Dim instance As [Property]
public class Property
public ref class Property
type Property =  class end
public class Property

Тип Property обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Property Initializes a new instance of the Property class.

В начало

Свойства

  Имя Описание
Открытое свойство Name Gets or sets the name of the property.
Открытое свойство Value Gets or sets the value of the property.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен ReportService2006