IWorkspaceProperty Interface

Provides access to members that control the Workspace property object.

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.

IWorkspaceProperty.IsReadOnly Property

Indicates if this property is read only.

Public Property IsReadOnly As Boolean
public bool IsReadOnly {get; set;}

IWorkspaceProperty.IsSupported Property

Indicates if this property is supported.

Public Property IsSupported As Boolean
public bool IsSupported {get; set;}

Remarks

If the IsSupportedproperty 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).

IWorkspaceProperty.PropertyValue Property

The value of this property.

Public Property PropertyValue As Object
public object PropertyValue {get; set;}

Classes that implement IWorkspaceProperty

Classes Description
WorkspaceProperty Workspace Property object.

Remarks

The IWorkspacePropertyinterface is supported by WorkspacePropertyobjects that are returned by the IWorkspaceProperties::Propertymethod. If the IsSupportedproperty 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).

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.