IDTSPackage100.VersionGUID 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.
Gets a unique GUID generated when the package is first created.
public:
property System::String ^ VersionGUID { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(61)]
public string VersionGUID { [System.Runtime.InteropServices.DispId(61)] get; }
[<System.Runtime.InteropServices.DispId(61)>]
[<get: System.Runtime.InteropServices.DispId(61)>]
member this.VersionGUID : string
Public ReadOnly Property VersionGUID As String
Property Value
The version GUID for the package.
- Attributes
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.