Label.Children 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.
The children labels of the current label.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.InformationProtection.Label> Children { get; set; }
member this.Children : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.InformationProtection.Label> with get, set
Public Property Children As ReadOnlyCollection(Of Label)