Version

GenerateGuidsForGroups Property

Determines if guids will be generated for groups.
Syntax
'Declaration
 
Public Property GenerateGuidsForGroups As Boolean
public bool GenerateGuidsForGroups {get; set;}
Exceptions
ExceptionDescription
System.ArgumentExceptionCan't set GenerateGuidsForGroups to false if the collection contains groups that already have guids generated.
Remarks

Note: if any group has a guid then all of them must also have guids. Therefore, when this property is set to true all groups in the collection, including groups that are subsequently added, will have guids generated for them. Also note that this property can not be set to false if the collection contains any group with a guid.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also