Class BuiltInProjectPropertyCollection

Class BuiltInProjectPropertyCollection

Nombre del espacio: Aspose.Tasks.Properties Asamblea: Aspose.Tasks.dll (25.4.0)

Representa una colección de propiedades de proyecto integradas.

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

Inheritance

object PropertyCollection PropertyKeyedCollection BuiltInProjectPropertyCollection

Implements

ICollection ,y, IEnumerable ,y, IEnumerable

Miembros heredados

PropertyKeyedCollection.Contains(string) ,y, PropertyKeyedCollection.Add(BuiltInProjectProperty) ,y, PropertyKeyedCollection.Names ,y, PropertyKeyedCollection.Count ,y, PropertyKeyedCollection.IsReadOnly ,y, PropertyKeyedCollection.this[string] ,y, object.GetType() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Properties

Author

Obtenga o coloca al autor de un proyecto.

public string Author { get; set; }

Valor de la propiedad

string

Category

Obtenga o establece la categoría de un proyecto.

public string Category { get; set; }

Valor de la propiedad

string

Comments

Recibe o pone los comentarios de un proyecto.

public string Comments { get; set; }

Valor de la propiedad

string

Company

Obtenga o establece la compañía de un proyecto.

public string Company { get; set; }

Valor de la propiedad

string

HyperlinkBase

Obtenga o establece la base de hipervínculo de un proyecto.

public string HyperlinkBase { get; set; }

Valor de la propiedad

string

IsReadOnly

Recibe un valor que indica si esta colección es sólo leída; de lo contrario, falsa.

public override bool IsReadOnly { get; }

Valor de la propiedad

bool

Keywords

Obtenga o coloca las palabras clave de un proyecto.

public string Keywords { get; set; }

Valor de la propiedad

string

Manager

Obtenga o coloca al gerente de un proyecto.

public string Manager { get; set; }

Valor de la propiedad

string

Subject

Obtenga o coloca el tema de un proyecto.

public string Subject { get; set; }

Valor de la propiedad

string

Title

Obtenga o establece el título de un proyecto.

public string Title { get; set; }

Valor de la propiedad

string

 Español