Click or drag to resize
SerializerCodeGenerationConfigurationNamespace Property
Gets or sets the namespace of generated classes.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public string Namespace { get; set; }

Property Value

Type: String
The namespace of generated classes. The default is "MsgPack.Serialization.GeneratedSerializers".
Exceptions
ExceptionCondition
ArgumentExceptionSpecified value is not valid for namespace.
See Also