Project.CreatorComputerName プロパティ

定義

プロジェクトが作成されたコンピューターの名前を取得します。値の設定も可能です。

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

プロパティ値

String

コンピューター名

適用対象