Project.CreatorName Property
Gets or sets the name of the individual who created the project.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property CreatorName As String
Get
Set
'Usage
Dim instance As Project
Dim value As String
value = instance.CreatorName
instance.CreatorName = value
public string CreatorName { get; set; }
public:
property String^ CreatorName {
String^ get ();
void set (String^ value);
}
member CreatorName : string with get, set
function get CreatorName () : String
function set CreatorName (value : String)
Property Value
Type: System.String
The name of the individual who created the project.