Filter.FieldBase.FieldName propriedade
Obtém ou define o nome de um campo de filtro.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)
Sintaxe
'Declaração
Public Property FieldName As String
Get
Set
'Uso
Dim instance As Filter.FieldBase
Dim value As String
value = instance.FieldName
instance.FieldName = value
public string FieldName { get; set; }
Valor de propriedade
Tipo: System.String