ProjectPropertyValues.CodeValue propriedade
Obtém ou define o valor de uma propriedade de código.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property CodeValue As Guid
Get
Set
'Uso
Dim instance As ProjectPropertyValues
Dim value As Guid
value = instance.CodeValue
instance.CodeValue = value
[DataMemberAttribute]
public Guid CodeValue { get; set; }
Valor de propriedade
Tipo: System.Guid
Um valor GUID.