WCF-Xtensions Class Reference for .NET
BehaviorType Property (JsonRpcEndpointBehaviorElement)






Syntax
public override System.Type BehaviorType {get;}
public read-only property BehaviorType: System.Type; override; 
public override function get BehaviorType : System.Type
public: __property System.Type* get_BehaviorType() override;
public:
property System.Type^ BehaviorType {
   System.Type^ get() override;
}
'Declaration
 
Public Overrides ReadOnly Property BehaviorType As System.Type
 
'Usage
 
Dim instance As JsonRpcEndpointBehaviorElement
Dim value As System.Type
 
value = instance.BehaviorType
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonRpcEndpointBehaviorElement Class
JsonRpcEndpointBehaviorElement Members
Base Implementation in BehaviorType

Send Feedback