Property Class
Represents the properties of an item.
Inheritance Hierarchy
System.Object
ReportService2010.Property
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Property
'Usage
Dim instance As [Property]
[SerializableAttribute]
public class Property
[SerializableAttribute]
public ref class Property
[<SerializableAttribute>]
type Property = class end
public class Property
The Property type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the name of the property. | |
Value | Gets or sets the value of the property. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.