Class BuiltInProjectPropertyCollection

Class BuiltInProjectPropertyCollection

İsim alanı : Aspose.Tasks.Properties Toplantı: Aspose.Tasks.dll (25.4.0)

Yapılandırılmış proje özelliklerinin bir koleksiyonunu temsil eder.

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

Inheritance

object PropertyCollection PropertyKeyedCollection BuiltInProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

mirasçı üyeleri

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

Bir projenin yazarı tarafından alınır veya belirlenir.

public string Author { get; set; }

Mülkiyet Değer

string

Category

Bir projenin kategorisini alır veya ayarlar.

public string Category { get; set; }

Mülkiyet Değer

string

Comments

Bir projenin yorumlarını alır veya yapar.

public string Comments { get; set; }

Mülkiyet Değer

string

Company

Bir projenin şirketini alır ya da kurar.

public string Company { get; set; }

Mülkiyet Değer

string

HyperlinkBase

Bir projenin hiperlink tabanını alır veya ayarlar.

public string HyperlinkBase { get; set; }

Mülkiyet Değer

string

IsReadOnly

Bu koleksiyonun sadece okunduğunu gösteren bir değer alır; aksi takdirde, sahte.

public override bool IsReadOnly { get; }

Mülkiyet Değer

bool

Keywords

Bir projenin anahtar kelimelerini alır veya koyar.

public string Keywords { get; set; }

Mülkiyet Değer

string

Manager

Bir projenin yöneticisi veya yöneticisi olarak belirlenir.

public string Manager { get; set; }

Mülkiyet Değer

string

Subject

Bir projenin konusunu alır veya belirler.

public string Subject { get; set; }

Mülkiyet Değer

string

Title

Bir projenin adını alır ya da koyar.

public string Title { get; set; }

Mülkiyet Değer

string

 Türkçe