Filter.filterViewUID 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 filterViewUID As String
Get
Set
'Usage
Dim instance As Filter
Dim value As String
value = instance.filterViewUID
instance.filterViewUID = value
public string filterViewUID { get; set; }
Property Value
Type: System.String
See Also
Reference
Microsoft.Office.Project.Server.Library.FilterSchema Namespace