Version

GenerateGuidsForGroups Property

Determines if guids will be generated for groups.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also