Property Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the properties of an item in the report server database.
public ref class Property
public class Property
type Property = class
Public Class Property
- Inheritance
-
Property
- Derived
Remarks
Use the Property class to get or set both custom and built-in properties of an item in the report server database.
A Property object is returned as output by the GetProperties and GetSystemProperties methods and is passed as input to the CreateDataSource, CreateFolder, CreateLinkedReport, CreateResource, GetProperties, GetSystemProperties, SetProperties, and SetSystemProperties methods.
Constructors
Property() |
Initializes a new instance of the Property class. |
Properties
Name |
Gets or sets the name of the property. |
Value |
Gets or sets the value of the property. |