EntityType.ID property
取得實體類型之 GUID。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public ReadOnly Property ID As Guid
Get
'用途
Dim instance As EntityType
Dim value As Guid
value = instance.ID
[RemoteAttribute]
public Guid ID { get; }
Property value
Type: System.Guid
實體的 GUID。