Filter.FilterViewUID property

Gets or sets 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>

See also

Reference

Filter class

Filter members

Microsoft.Office.Project.Server.Library namespace