SoapSerializerInstance Property |
Namespace:
Hummingbird.TestFramework.Serialization
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static SoapSerializer Instance { get; }
Public Shared ReadOnly Property Instance As SoapSerializer
Get
public:
static property SoapSerializer^ Instance {
SoapSerializer^ get ();
}
static member Instance : SoapSerializer with get
Property Value
Type:
SoapSerializer
The instance.
See Also