SerializerGeneratorAssemblyName Property |
Note: This API is now obsolete.
Gets the name of the assembly to be generated.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [ObsoleteAttribute("Use static methods instead.")]
public AssemblyName AssemblyName { get; }
<ObsoleteAttribute("Use static methods instead.")>
Public ReadOnly Property AssemblyName As AssemblyName
Get
public:
[ObsoleteAttribute(L"Use static methods instead.")]
property AssemblyName^ AssemblyName {
AssemblyName^ get ();
}
[<ObsoleteAttribute("Use static methods instead.")>]
member AssemblyName : AssemblyName with get
Property Value
Type:
AssemblyName
The name of the assembly to be generated.
See Also