SerializerAssemblyGenerationConfigurationOutputDirectory Property |
Gets or sets the output directory for generated source codes.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public string OutputDirectory { get; set; }
Public Property OutputDirectory As String
Get
Set
public:
virtual property String^ OutputDirectory {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract OutputDirectory : string with get, set
override OutputDirectory : string with get, set
Property Value
Type:
String
The output directory for generated source codes.
The default is current directory.
Exceptions See Also