Discuss this help topic in SecureBlackbox Forum
Specifies whether the object is starred.
Declaration
[VB.NET]
Property Starred As Boolean
[Pascal]
property Starred: boolean;
[C++]
bool get_Starred();
void set_Starred(bool Value);
[PHP]
bool get_Starred()
void set_Starred(bool $Value)
[Java]
boolean getStarred();
void setStarred(boolean Value);
Description
This property returns True if the file is starred by the user.
Discuss this help topic in SecureBlackbox Forum