EnterpriseResourceCreationInformation.Name propriedade
Obtém ou define o nome do recurso da empresa.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)
Sintaxe
'Declaração
<RemoteAttribute> _
Public Property Name As String
Get
Set
'Uso
Dim instance As EnterpriseResourceCreationInformation
Dim value As String
value = instance.Name
instance.Name = value
[RemoteAttribute]
public string Name { get; set; }
Valor de propriedade
Tipo: System.String
O nome do recurso da empresa.
Ver também
Referência
EnterpriseResourceCreationInformation classe