Compartilhar via


Classe Property

Represents the properties of an item in a SharePoint library.

Hierarquia de herança

System.Object
  ReportService2006.Property

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

Sintaxe

'Declaração
Public Class Property
'Uso
Dim instance As [Property]
public class Property
public ref class Property
type Property =  class end
public class Property

O tipo Property expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Property Initializes a new instance of the Property class.

Início

Propriedades

  Nome Descrição
Propriedade pública Name Gets or sets the name of the property.
Propriedade pública Value Gets or sets the value of the property.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace ReportService2006