Partilhar via


Classe Property

Represents the properties of an item.

Hierarquia de herança

System. . :: . .Object
  ReportService2010..::..Property

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.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

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.

A Property object is returned as output by the GetProperties and GetSystemProperties methods and is passed as input to the CreateDataSource, CreateItem(String, String, String, Boolean, array<Byte>[]()[][], array<Property>[]()[][], array<Warning>[]()[][]%), 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