PlanAssignmentCreationInformation.ResourceId property

Gets or sets the GUID of the resource.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property ResourceId As Guid
    Get
    Set
'Usage
Dim instance As PlanAssignmentCreationInformation
Dim value As Guid

value = instance.ResourceId

instance.ResourceId = value
[RemoteAttribute]
public Guid ResourceId { get; set; }

Property value

Type: System.Guid
A GUID value.

See also

Reference

PlanAssignmentCreationInformation class

PlanAssignmentCreationInformation members

Microsoft.ProjectServer.Client namespace