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


IWorkspaceProperty.IsSupported Property (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 > IWorkspaceProperty.IsSupported Property
ArcGIS Developer Help

IWorkspaceProperty.IsSupported Property

Indicates if this property is supported.

[Visual Basic .NET]
Public Property IsSupported As Boolean
[C#]
public bool IsSupported {get; set;}
[C++]
HRESULT get_IsSupported(
  Boolean* IsSupported
);
[C++]
HRESULT put_IsSupported(
  VARIANT_BOOL IsSupported
);
[C++]
Parameters
IsSupported [out, retval]

IsSupported is a parameter of type bool* IsSupported [in]
IsSupported is a parameter of type bool

Product Availability

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

Remarks

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

IWorkspaceProperty Interface