Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.