Project.CreatorName プロパティ

定義

プロジェクトを作成した個人の名前を取得します。値の設定も可能です。

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

プロパティ値

String

プロジェクトを作成した個人の名前。

適用対象