Class BuiltInProjectPropertyCollection

Class BuiltInProjectPropertyCollection

名称: Aspose.Tasks.Properties 集合: Aspose.Tasks.dll (25.4.0)

代表一系列内置项目属性。

public sealed class BuiltInProjectPropertyCollection : PropertyKeyedCollection<builtinprojectproperty>, ICollection<builtinprojectproperty>, IEnumerable<builtinprojectproperty>, IEnumerable

Inheritance

object PropertyCollection PropertyKeyedCollection BuiltInProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

继承人

PropertyKeyedCollection.Contains(string) , PropertyKeyedCollection.Add(BuiltInProjectProperty) , PropertyKeyedCollection.Names , PropertyKeyedCollection.Count , PropertyKeyedCollection.IsReadOnly , PropertyKeyedCollection.this[string] , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Author

获取或设置项目的作者。

public string Author { get; set; }

财产价值

string

Category

获取或设置项目类别。

public string Category { get; set; }

财产价值

string

Comments

收到或发表一个项目的评论。

public string Comments { get; set; }

财产价值

string

Company

接收或设置项目的公司。

public string Company { get; set; }

财产价值

string

HyperlinkBase

获取或设置项目的 hyperlink 基础。

public string HyperlinkBase { get; set; }

财产价值

string

IsReadOnly

得到一个值,表明这个收藏是否仅是阅读;否则,假。

public override bool IsReadOnly { get; }

财产价值

bool

Keywords

获取或设置项目的关键词。

public string Keywords { get; set; }

财产价值

string

Manager

接收或设置一个项目的经理。

public string Manager { get; set; }

财产价值

string

Subject

接收或设置项目的主题。

public string Subject { get; set; }

财产价值

string

Title

获得或设置项目的标题。

public string Title { get; set; }

财产价值

string

 中文