Classe Property
Represents the properties of an item in a SharePoint library.
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class Property
'Uso
Dim instance As [Property]
[SerializableAttribute]
public class Property
[SerializableAttribute]
public ref class Property
[<SerializableAttribute>]
type Property = class end
public class Property
Comentários
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.
Hierarquia de herança
System. . :: . .Object
ReportService2006..::..Property
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.