IDTSPackage100.CreatorName Property

Definition

Gets or sets the name of the individual who created the package.

public:
 property System::String ^ CreatorName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(40)]
public string CreatorName { [System.Runtime.InteropServices.DispId(40)] get; [System.Runtime.InteropServices.DispId(40)] set; }
[<System.Runtime.InteropServices.DispId(40)>]
[<get: System.Runtime.InteropServices.DispId(40)>]
[<set: System.Runtime.InteropServices.DispId(40)>]
member this.CreatorName : string with get, set
Public Property CreatorName As String

Property Value

The name of the individual who created the package.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to