IDTSPackage100.VersionGUID Property

Definition

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.

Applies to