IsAutomaticPageDescription Property
In This Topic
Determines if page description is generated automatically.
Syntax
public bool IsAutomaticPageDescription {get; set;}
public:
property bool IsAutomaticPageDescription {
bool get();
void set ( bool value);
}
See Also