ProjectWorkflowContext.EnterpriseProjectTypeUid propriedade
Obtém o GUID do tipo de projeto corporativo que está associado ao projeto.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)
Sintaxe
'Declaração
Public ReadOnly Property EnterpriseProjectTypeUid As Guid
Get
'Uso
Dim instance As ProjectWorkflowContext
Dim value As Guid
value = instance.EnterpriseProjectTypeUid
public Guid EnterpriseProjectTypeUid { get; }
Valor de propriedade
Tipo: System.Guid