| SerializerCodeGenerationResultSerializerTypeNamespace Property  | 
            	Gets the namespace of the generated serializer.
            
 
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntaxpublic string SerializerTypeNamespace { get; }Public ReadOnly Property SerializerTypeNamespace As String
	Get
public:
property String^ SerializerTypeNamespace {
	String^ get ();
}member SerializerTypeNamespace : string with get
Property Value
Type: 
String
            	The namespace of the generated serializer.
            	This value will not be 
null, but might be empty which represents global namespace.
            
See Also