CustomField.fieldName Property
Namespace: Microsoft.Office.Project.Server.Library.FilterSchema
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property fieldName As String
Get
Set
'Usage
Dim instance As CustomField
Dim value As String
value = instance.fieldName
instance.fieldName = value
public string fieldName { get; set; }
Property Value
Type: System.String
See Also
Reference
Microsoft.Office.Project.Server.Library.FilterSchema Namespace