ReportingService2005.GetSystemProperties(Property[]) Method
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.
Returns the value of one or more system properties.
public:
cli::array <ReportService2005::Property ^> ^ GetSystemProperties(cli::array <ReportService2005::Property ^> ^ Properties);
public ReportService2005.Property[] GetSystemProperties (ReportService2005.Property[] Properties);
member this.GetSystemProperties : ReportService2005.Property[] -> ReportService2005.Property[]
Public Function GetSystemProperties (Properties As Property()) As Property()
Parameters
- Properties
- Property[]
An array of Property objects containing the names of the properties for which you want to retrieve values.
Returns
An array of Property objects that contains the value of one or more system properties.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers | (Out) ServerInfoHeaderValue |
Required Permissions | ReadSystemProperties for all properties in the Properties array. |
Use the GetSystemProperties method to retrieve the complete set of user-defined and reserved system properties. For a list of the reserved, system properties in the report server database, see Report Server System Properties.
If the Properties
parameter is null
(Nothing
in Visual Basic), the GetSystemProperties method returns all system properties that you have the permission to view.
If a requested property is not found, no error is returned. The property is returned with no value.