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

Добија или поставља хиперлинк базу пројекта.

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

 Српски