ParameterDescriptor.ParameterType Property
.NET Framework 4
Parameter type.
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Overridable Property ParameterType As Type
Get
Set
'Usage
Dim instance As ParameterDescriptor
Dim value As Type
value = instance.ParameterType
instance.ParameterType = value
public virtual Type ParameterType { get; set; }
public:
virtual property Type^ ParameterType {
Type^ get ();
void set (Type^ value);
}
abstract ParameterType : Type with get, set
override ParameterType : Type with get, set
function get ParameterType () : Type
function set ParameterType (value : Type)
Property Value
Type: System.Type
Returns Type.