PackageClass.CreatorName Property

Definition

public:
 virtual property System::String ^ CreatorName { System::String ^ get(); void set(System::String ^ value); };
public virtual string CreatorName { get; set; }
member this.CreatorName : string with get, set
Public Overridable Property CreatorName As String

Property Value

String

The name of the person who created the package.

Implements

Remarks

For more information, see Package.

Applies to