Filter.FilterViewUID Property
The GUID of the filter view.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property FilterViewUID As Nullable(Of Guid)
Get
Set
'Usage
Dim instance As Filter
Dim value As Nullable(Of Guid)
value = instance.FilterViewUID
instance.FilterViewUID = value
public Nullable<Guid> FilterViewUID { get; set; }
Property Value
Type: System.Nullable<Guid>