FindParentResourceGroupRequest.ChildrenIds 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.
Gets or sets an array of IDs of the children resource groups.
public:
property cli::array <Guid> ^ ChildrenIds { cli::array <Guid> ^ get(); void set(cli::array <Guid> ^ value); };
public Guid[] ChildrenIds { get; set; }
member this.ChildrenIds : Guid[] with get, set
Public Property ChildrenIds As Guid()
Property Value
Guid[]
The array of IDs of the children resource groups.
Remarks
Each element of the ChildrenIds
array corresponds to the ResourceGroup.ResourceGroupId
attribute, which is the primary key for the ResourceGroup
entity.