Class BuiltInProjectPropertyCollection
Nazwa przestrzeń: Aspose.Tasks.Properties Zgromadzenie: Aspose.Tasks.dll (25.4.0)
Przedstawia kolekcję wbudowanych projektów.
public sealed class BuiltInProjectPropertyCollection : PropertyKeyedCollection<builtinprojectproperty>, ICollection<builtinprojectproperty>, IEnumerable<builtinprojectproperty>, IEnumerable
Inheritance
object
←
PropertyCollection
Implements
ICollection
Dziedziczeni członkowie
PropertyKeyedCollection
Properties
Author
Otrzymuje lub umieszcza autora projektu.
public string Author { get; set; }
Wartość nieruchomości
Category
Zdobądź lub ustaw kategorię projektu.
public string Category { get; set; }
Wartość nieruchomości
Comments
Otrzymuje lub publikuje komentarze do projektu.
public string Comments { get; set; }
Wartość nieruchomości
Company
Otrzymuje lub ustanawia firmę projektu.
public string Company { get; set; }
Wartość nieruchomości
HyperlinkBase
Otrzymuje lub ustawia bazę hiperłączy projektu.
public string HyperlinkBase { get; set; }
Wartość nieruchomości
IsReadOnly
Otrzymuje wartość wskazującą, czy ta kolekcja jest czytana tylko; w przeciwnym razie, fałszywa.
public override bool IsReadOnly { get; }
Wartość nieruchomości
Keywords
Uzyskuje lub ustawia słowa kluczowe projektu.
public string Keywords { get; set; }
Wartość nieruchomości
Manager
Otrzymuje lub umieszcza menedżera projektu.
public string Manager { get; set; }
Wartość nieruchomości
Subject
Otrzymuje lub ustawia przedmiot projektu.
public string Subject { get; set; }
Wartość nieruchomości
Title
Otrzymuje lub określa tytuł projektu.
public string Title { get; set; }