Class BuiltInProjectPropertyCollection
Tên không gian: Aspose.Tasks.Properties Tổng hợp: Aspose.Tasks.dll (25.4.0)
Nó đại diện cho một bộ sưu tập các tài sản dự án tích hợp.
public sealed class BuiltInProjectPropertyCollection : PropertyKeyedCollection<builtinprojectproperty>, ICollection<builtinprojectproperty>, IEnumerable<builtinprojectproperty>, IEnumerable
Inheritance
object
←
PropertyCollection
Implements
ICollection
Thành viên thừa kế
PropertyKeyedCollection
Properties
Author
Nhận hoặc đặt tác giả của một dự án.
public string Author { get; set; }
Giá trị bất động sản
Category
Nhận hoặc đặt thể loại của một dự án.
public string Category { get; set; }
Giá trị bất động sản
Comments
Nhận hoặc đặt bình luận về một dự án.
public string Comments { get; set; }
Giá trị bất động sản
Company
Nhận hoặc đặt công ty của một dự án.
public string Company { get; set; }
Giá trị bất động sản
HyperlinkBase
Nhận hoặc đặt cơ sở hyperlink của một dự án.
public string HyperlinkBase { get; set; }
Giá trị bất động sản
IsReadOnly
Nó nhận được một giá trị cho thấy liệu bộ sưu tập này chỉ được đọc; nếu không, giả.
public override bool IsReadOnly { get; }
Giá trị bất động sản
Keywords
Nhận hoặc đặt các từ khóa của một dự án.
public string Keywords { get; set; }
Giá trị bất động sản
Manager
Nhận hoặc đặt quản lý của một dự án.
public string Manager { get; set; }
Giá trị bất động sản
Subject
Nhận hoặc đặt chủ đề của một dự án.
public string Subject { get; set; }
Giá trị bất động sản
Title
Nhận hoặc đặt tiêu đề của một dự án.
public string Title { get; set; }