Edit

Share via


ItemProperty.IsUserProperty Property

Definition

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

Property Value

Applies to