Provides access to members that control the Workspace property object.
Members
Name | Description | |
---|---|---|
![]() |
IsReadOnly | Indicates if this property is read only. |
![]() |
IsSupported | Indicates if this property is supported. |
![]() |
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).