Click or drag to resize

ConfigurationManager Properties

The ConfigurationManager type exposes the following members.

Properties
  NameDescription
Public propertyApplication
Gets or Sets the IAppContext object for the service.
(Inherited from ServiceBase.)
Public propertyAsyncPostbackTimeout
Get/Set the AsyncPostbackTimeout set for the ScriptManager
Public propertyAttributes
Gets/Sets the service attributes.
(Inherited from ServiceBase.)
Public propertyCategory
Gets/Sets the service category.
(Inherited from ServiceBase.)
Public propertyComponentID
Gets/Sets the service component ID.
(Inherited from ServiceBase.)
Public propertyDisabled
True if the service is disabled (Do not attempt to render reports).
Public propertyDomain
The service user's domain
Public propertyEnablePartialRendering
Get/Set the EnablePartialRendering property
Public propertyID
Gets/Sets the service ID.
(Inherited from ServiceBase.)
Public propertyName
Gets/Sets the service name.
(Inherited from ServiceBase.)
Public propertyPassword
The UserID to use for WebService authentication
Public propertyProperties
Gets the service's configuration properties
(Inherited from ServiceBase.)
Public propertyShowBackButton
Get/Set the ShowBackButton value.
Public propertyShowParameters
Get/Set the ShowParameters value
Public propertyShowToolbar
Get/Set the ShowToolbar value.
Public propertyType
Gets/Sets the service type.
(Inherited from ServiceBase.)
Public propertyUser
The UserID to use for WebService authentication
Public propertyWebServiceURL
The WebService URI
Top
See Also