This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceProperty Interface > IWorkspaceProperty.IsSupported Property (ArcObjects .NET 10.4 SDK) |
Indicates if this property is supported.
[Visual Basic .NET] Public Property IsSupported As Boolean
[C#] public bool IsSupported {get; set;}
[C++]
HRESULT get_IsSupported(
VARIANT_BOOL* IsSupported
);
[C++]
HRESULT put_IsSupported(
VARIANT_BOOL IsSupported
);
[C++]
Parameters IsSupported [out, retval] IsSupported is a parameter of type VARIANT_BOOL IsSupported [in] IsSupported is a parameter of type VARIANT_BOOL
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).