CommentsRequired Property
In This Topic
Indicates whether the user is required to enter comments.
Syntax
'Declaration
Public ReadOnly Property CommentsRequired As Boolean
public bool CommentsRequired {get;}
public:
property bool CommentsRequired {
bool get();
}
See Also