Class BuiltInProjectPropertyCollection

Class BuiltInProjectPropertyCollection

Nom dels espais: Aspose.Tasks.Properties Assemblea: Aspose.Tasks.dll (25.4.0)

Representa una col·lecció de propietats integrades del projecte.

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

Inheritance

object PropertyCollection PropertyKeyedCollection BuiltInProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

Membres heretats

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

Obté o col·loca l’autor d’un projecte.

public string Author { get; set; }

Valor de la propietat

string

Category

Obtenir o establir la categoria d’un projecte.

public string Category { get; set; }

Valor de la propietat

string

Comments

Obtenir o posar els comentaris d’un projecte.

public string Comments { get; set; }

Valor de la propietat

string

Company

Obtenir o establir la companyia d’un projecte.

public string Company { get; set; }

Valor de la propietat

string

HyperlinkBase

Obtenir o establir la base d’hiperenllaç d’un projecte.

public string HyperlinkBase { get; set; }

Valor de la propietat

string

IsReadOnly

Obté un valor que indica si aquesta col·lecció és només llegida; d’altra banda, falsa.

public override bool IsReadOnly { get; }

Valor de la propietat

bool

Keywords

Obtenir o posar les paraules clau d’un projecte.

public string Keywords { get; set; }

Valor de la propietat

string

Manager

Obté o col·loca el gerent d’un projecte.

public string Manager { get; set; }

Valor de la propietat

string

Subject

Obtenir o posar el tema d’un projecte.

public string Subject { get; set; }

Valor de la propietat

string

Title

Obtenir o posar el títol d’un projecte.

public string Title { get; set; }

Valor de la propietat

string

 Català