Classe Property
Represents the properties of an item.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2010..::..Property
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.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
Nel tipo Property sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Name | Gets or sets the name of the property. | |
Value | Gets or sets the value of the property. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.