EffectiveIsUseAutoPrivateGroup
Indicates whether the effective user profile enables auto private groups.
Syntax
bool EffectiveIsUseAutoPrivateGroup {get;}
Property value
Returns true
if the effective profile for this user enables auto private groups.
Discussion
Auto private group sets the user's UNIX profile name as the group name and the user's UID as the group GID.
You must call the ResolveEffectiveProfile
method before calling this property.
If you don't do so, this property returns the unresolved value at the current
hierarchical level, or null
if there is none.