Share via


RequiredResource.ResourceId Field

banner art

Specifies the ID of the required resource.

Syntax

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

Remarks

The ResourceId field corresponds to the resource.resourceid field, which is the primary key for the resource entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.