This document is archived and information here might be outdated. Recommended version. |
Indicates if the stars are enabled.
[Visual Basic .NET]
Public Property IsStarsEnabled As Boolean
[C#]
public bool IsStarsEnabled {get; set;}
[C++]
HRESULT get_IsStarsEnabled(
VARIANT_BOOL pbStars
);
[C++]
HRESULT put_IsStarsEnabled(
Boolean* pbStars
);
[C++] Parameters pbStars [in]
pbStars is a parameter of type bool pbStars [out, retval]
pbStars is a parameter of type bool*