Share via


Filter.FilterViewUID Property

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>

See Also

Reference

Filter Class

Filter Members

Microsoft.Office.Project.Server.Library Namespace