Classe Property

Represents the properties of an item.

Hiérarchie d'héritage

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

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class Property
'Utilisation
Dim instance As [Property]
[SerializableAttribute]
public class Property
[SerializableAttribute]
public ref class Property
[<SerializableAttribute>]
type Property =  class end
public class Property

Le type Property expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Property Initializes a new instance of the Property class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Name Gets or sets the name of the property.
Propriété publique Value Gets or sets the value of the property.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence