WCF-Xtensions Class Reference for Mono
UnderlyingType Property






Gets the underlying type for the contract.
Syntax
'Declaration
 
Public ReadOnly Property UnderlyingType As System.Type
'Usage
 
Dim instance As JsonContract
Dim value As System.Type
 
value = instance.UnderlyingType
public System.Type UnderlyingType {get;}
public read-only property UnderlyingType: System.Type; 
public function get UnderlyingType : System.Type
public: __property System.Type* get_UnderlyingType();
public:
property System.Type^ UnderlyingType {
   System.Type^ get();
}

Property Value

The underlying type for the contract.
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

JsonContract Class
JsonContract Members

Send Feedback