Class BuiltInProjectPropertyCollection

Class BuiltInProjectPropertyCollection

Le nom : Aspose.Tasks.Properties Assemblée: Aspose.Tasks.dll (25.4.0)

Esso rappresenta una collezione di proprietà di progetto incorporato.

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

Inheritance

object PropertyCollection PropertyKeyedCollection BuiltInProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

I membri ereditari

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

Ricevi o metti l’autore di un progetto.

public string Author { get; set; }

Valore di proprietà

string

Category

Ottieni o impostate la categoria di un progetto.

public string Category { get; set; }

Valore di proprietà

string

Comments

Riceve o mette i commenti di un progetto.

public string Comments { get; set; }

Valore di proprietà

string

Company

Ottenere o stabilire la società di un progetto.

public string Company { get; set; }

Valore di proprietà

string

HyperlinkBase

Ottieni o metti la base di hyperlink di un progetto.

public string HyperlinkBase { get; set; }

Valore di proprietà

string

IsReadOnly

Riceve un valore che indica se questa raccolta è letta solo; altrimenti, falsa.

public override bool IsReadOnly { get; }

Valore di proprietà

bool

Keywords

Ricevi o metti le parole chiave di un progetto.

public string Keywords { get; set; }

Valore di proprietà

string

Manager

Ottenere o impostare il manager di un progetto.

public string Manager { get; set; }

Valore di proprietà

string

Subject

Ricevi o metti il soggetto di un progetto.

public string Subject { get; set; }

Valore di proprietà

string

Title

Riceve o mette il titolo di un progetto.

public string Title { get; set; }

Valore di proprietà

string

 Français