Share via


RetrieveByGroupResourceRequest.ResourceGroupId Field

banner art

Specifies the ID of the resource group.

Syntax

[Visual Basic .NET]
Public Field ResourceGroupId As Guid
[C#]
public Guid ResourceGroupId;
[JScript]
public var ResourceGroupId : Guid;

Remarks

The ResourceGroupId parameter corresponds to the resourcegroup.resourcegroupid field, which is the primary key for the the resourcegroup entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.