FourPartVersion.Empty Property (2003 System)
Gets a FourPartVersion with all four version parts set to 0 (zero).
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Empty As FourPartVersion
'Usage
Dim value As FourPartVersion
value = FourPartVersion.Empty
public static FourPartVersion Empty { get; }
Property Value
Type: Microsoft.VisualStudio.Tools.Applications.Runtime.FourPartVersion
A FourPartVersion with the Major, Minor, BuildNumber, and Revision properties set to 0.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.