This document is archived and information here might be outdated. Recommended version. |
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
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).