Compartilhar via


Filter.CustomField.PropertyType propriedade

Obtém ou define o tipo de propriedade do campo personalizado.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)

Sintaxe

'Declaração
Public Property PropertyType As Filter.PropertyTypeEnum
    Get
    Set
'Uso
Dim instance As Filter.CustomField
Dim value As Filter.PropertyTypeEnum

value = instance.PropertyType

instance.PropertyType = value
public Filter.PropertyTypeEnum PropertyType { get; set; }

Valor de propriedade

Tipo: Microsoft.Office.Project.Server.Library.Filter.PropertyTypeEnum

Comentários

PropertyType pode ser uma das constantes Filter.PropertyTypeEnum .

Ver também

Referência

Filter.CustomField classe

Filter.CustomField membros

Microsoft.Office.Project.Server.Library namespace