SerializerCodeGenerationConfigurationNamespace Property |
Gets or sets the namespace of generated classes.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public string Namespace { get; set; }
Public Property Namespace As String
Get
Set
public:
property String^ Namespace {
String^ get ();
void set (String^ value);
}
member Namespace : string with get, set
Property Value
Type:
String
The namespace of generated classes.
The default is
"MsgPack.Serialization.GeneratedSerializers".
Exceptions See Also