次の方法で共有


CalendarCollection.GetByGuid method

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

Syntax

'Declaration
Public Function GetByGuid ( _
    uid As Guid _
) As Calendar
'Usage
Dim instance As CalendarCollection
Dim uid As Guid
Dim returnValue As Calendar

returnValue = instance.GetByGuid(uid)
public Calendar GetByGuid(
    Guid uid
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.Calendar

See also

Reference

CalendarCollection class

CalendarCollection members

Microsoft.ProjectServer.Client namespace