Message.Filter Property
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Property Filter As String
Get
Set
'Usage
Dim instance As Message
Dim value As String
value = instance.Filter
instance.Filter = value
public string Filter { get; set; }
public:
property String^ Filter {
String^ get ();
void set (String^ value);
}
member Filter : string with get, set
function get Filter () : String
function set Filter (value : String)
Property Value
Type: System.String
Returns String.