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

创建了项目的用户的名称。

适用于