Share via


RequiredResource.ResourceSpecId Field

banner art

Specifies the ID of the required resource specification.

Syntax

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

Remarks

The ResourceSpecId field corresponds to the resourcespec.resourcespecid field, which is the primary key for the resourcespec entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.