This document is archived and information here might be outdated.  Recommended version.


IWorkspaceProperty Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceProperty Interface
ArcGIS Developer Help

IWorkspaceProperty Interface

Provides access to members that control the Workspace property object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property IsReadOnly Indicates if this property is read only.
Read/write property IsSupported Indicates if this property is supported.
Read/write property PropertyValue The value of this property.

Classes that implement IWorkspaceProperty

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