| SerializerCodeGenerationResultSerializerTypeFullName Property  | 
            	Gets the full name of the generated serializer type.
            
 
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntaxpublic string SerializerTypeFullName { get; }Public ReadOnly Property SerializerTypeFullName As String
	Get
public:
property String^ SerializerTypeFullName {
	String^ get ();
}member SerializerTypeFullName : string with get
Property Value
Type: 
String
            	The full name of the generated serializer type.
            	This property will not be 
null nor empty.
            
See Also