_BusinessCardView.Filter Property

Returns or sets a String (string in C#) value that represents the filter for a view. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property Filter As String
    Get
    Set
'Usage
Dim instance As _BusinessCardView
Dim value As String

value = instance.Filter

instance.Filter = value
[DispIdAttribute()]
string Filter { get; set; }

Property Value

Type: System.String

See Also

Reference

_BusinessCardView Interface

_BusinessCardView Members

Microsoft.Office.Interop.Outlook Namespace