| AssemblyVersionLayoutRendererFormat Property |
Gets or sets the custom format of the assembly version output.
Namespace:
NLog.LayoutRenderers
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public string Format { get; set; }
Public Property Format As String
Get
Set
Dim instance As AssemblyVersionLayoutRenderer
Dim value As String
value = instance.Format
instance.Format = value
member Format : string with get, set
Property Value
Type:
StringRemarks
Supported placeholders are 'major', 'minor', 'build' and 'revision'.
The default .NET template for version numbers is 'major.minor.build.revision'. See
https://docs.microsoft.com/en-gb/dotnet/api/system.version?view=netframework-4.7.2#remarks
for details.
See Also