ItemProperty.IsUserProperty 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 if the item property is a custom property created by the user. Read-only.
public:
property bool IsUserProperty { bool get(); };
public bool IsUserProperty { get; }
Public ReadOnly Property IsUserProperty As Boolean