IsDynamic Property
Gets or sets whether or not this propdef is dynamic. A "dynamic propdef" is one whose value can change for any one iteration of an entity (regardless of tip or not). For example, the file compliance property is dynamic in that compliance can change within one iteration of a file.
Syntax
public System.bool IsDynamic {get; set;}Public Property IsDynamic As System.Boolean