Property AppliesTo
AppliesTo
Gets or sets the ProfileDefinition object to which this profile instance is linked.
public ProfileDefinition AppliesTo { get; set; }
Property Value
- ProfileDefinition
The ProfileDefinition object to which this profile instance is linked.
Remarks
An instance must always be linked to a definition. It will not be possible to save the instance unless a definition has been selected.
An instance always has to be linked to the same definition as the instance it is based on.