Click or drag to resize

DocumentPropertyBaseTIsUserDefined Property

If true, this property is a user-defined (custom) property.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool IsUserDefined { get; set; }

Property Value

Boolean

Implements

IDocumentPropertyIsUserDefined
See Also