_PeopleView.Standard Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Boolean (bool in C#) value that indicates whether the PeopleView object is a built-in Outlook view. Read-only.
public:
property bool Standard { bool get(); };
public bool Standard { get; }
Public ReadOnly Property Standard As Boolean