Class BuiltInProjectPropertyCollection

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 PropertyKeyedCollection BuiltInProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

Thành viên thừa kế

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

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

string

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

string

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

string

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

string

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

string

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

bool

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

string

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

string

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

string

Title

Nhận hoặc đặt tiêu đề của một dự án.

public string Title { get; set; }

Giá trị bất động sản

string

 Tiếng Việt