Project.CreatorComputerName Property

Definition

Gets or sets the name of the computer on which the project was created.

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

Property Value

The computer name.

Applies to