CalendarCreationInformation.OriginalId property
Gets or sets the original GUID of the new calendar.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property OriginalId As Guid
Get
Set
'Usage
Dim instance As CalendarCreationInformation
Dim value As Guid
value = instance.OriginalId
instance.OriginalId = value
[RemoteAttribute]
public Guid OriginalId { get; set; }
Property value
Type: System.Guid
A GUID value.
See also
Reference
CalendarCreationInformation class