CommentsOptional Property
In This Topic
Indicates whether the user should be prompted for optional comments
Syntax
'Declaration
Public ReadOnly Property CommentsOptional As Boolean
public bool CommentsOptional {get;}
public:
property bool CommentsOptional {
bool get();
}
See Also