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
Implements
ICollection
继承人
PropertyKeyedCollection
Properties
Author
获取或设置项目的作者。
public string Author { get; set; }
财产价值
Category
获取或设置项目类别。
public string Category { get; set; }
财产价值
Comments
收到或发表一个项目的评论。
public string Comments { get; set; }
财产价值
Company
接收或设置项目的公司。
public string Company { get; set; }
财产价值
HyperlinkBase
获取或设置项目的 hyperlink 基础。
public string HyperlinkBase { get; set; }
财产价值
IsReadOnly
得到一个值,表明这个收藏是否仅是阅读;否则,假。
public override bool IsReadOnly { get; }
财产价值
Keywords
获取或设置项目的关键词。
public string Keywords { get; set; }
财产价值
Manager
接收或设置一个项目的经理。
public string Manager { get; set; }
财产价值
Subject
接收或设置项目的主题。
public string Subject { get; set; }
财产价值
Title
获得或设置项目的标题。
public string Title { get; set; }