Condividi tramite


Classe Property

Represents the properties of an item in a SharePoint library.

Spazio dei nomi:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Sintassi

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

Osservazioni

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.

Gerarchia di ereditarietà

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.