This document is archived and information here might be outdated. Recommended version. |
Indicates if the algorithm is currently available.
[Visual Basic .NET]
Public Property Available As Boolean
[C#]
public bool Available {get; set;}
[C++]
HRESULT get_Available(
Boolean* Available
);
[C++]
HRESULT put_Available(
VARIANT_BOOL Available
);
[C++] Parameters Available [out, retval]
Available is a parameter of type bool* Available [in]
Available is a parameter of type bool