RequiredResource.ResourceId Field
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