IsEffectiveProfileStateDefined

Indicates whether there is an effective profile state for this local group.

Syntax

bool IsEffectiveProfileStateDefined {get;}

Property value

Returns true if there is an effective profile state for this group.

Discussion

If the ResolveEffectiveProfile method has not been called, the value is resolved the first time this property is accessed.

This property is only applicable to a local group profile.

Exceptions

IsEffectiveProfileStateDefined throws an InvalidOperationException if this is not a local group profile and you attempt to get this property.