GroupAllocation.Groups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of groups that can be assigned this variant.
public System.Collections.Generic.IEnumerable<string> Groups { get; set; }
member this.Groups : seq<string> with get, set
Public Property Groups As IEnumerable(Of String)