DacPackage.VersionPrefix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get version prefix information for the package version Ex: VersionPrefix will be "preview" for preview version and "" for released version
public string VersionPrefix { get; }
member this.VersionPrefix : string
Public ReadOnly Property VersionPrefix As String