ArcObjects Library Reference (GeoDatabase)  

IWorkspaceProperty Interface

Provides access to members that control the Workspace property object.

Product Availability

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

Members

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.

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

.NET Related Topics

Querying workspace properties