Descriptor.NameSpecified Property

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public Overridable Property NameSpecified As Boolean 
    Get 
    Set
'Usage
Dim instance As Descriptor 
Dim value As Boolean 

value = instance.NameSpecified

instance.NameSpecified = value
public virtual bool NameSpecified { get; set; }
public:
virtual property bool NameSpecified {
    bool get ();
    void set (bool value);
}
abstract NameSpecified : bool with get, set 
override NameSpecified : bool with get, set
function get NameSpecified () : boolean 
function set NameSpecified (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

Descriptor Class

Microsoft.AspNet.SignalR.Hubs Namespace