EffectiveProfileState
Gets the effective profile state of the local user.
Syntax
UserProfileState EffectiveProfileState{get;}
Property value
The contents of the profile state filed of the effective profile for this local user.
Discussion
If ResolveEffectiveProfile() has not been called, this property will return either null, or the explicit value.
Exceptions
EffectiveProfileState throws an InvalidOperationException if this is not a local user profile and you attempt to get this property.