ArcObjects Library Reference (GeoDatabase)  

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(
  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

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

.NET Related Topics

Querying workspace properties