Provides access to members that control the Workspace property object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
IsReadOnly | Indicates if this property is read only. | |
IsSupported | Indicates if this property is supported. | |
PropertyValue | The value of this property. |
CoClasses that implement IWorkspaceProperty
CoClasses and Classes | Description |
---|---|
WorkspaceProperty | Workspace Property object. |
Remarks
The IWorkspaceProperty interface is supported by WorkspaceProperty objects that are returned by the IWorkspaceProperties::Property method. If the IsSupported property returns False, then the workspace does not support determination of the specified property (the property group/property type was added at a later release than the component the application is working with).
See Also
IWorkspaceProperties Interface | IWorkspaceConfiguration Interface