Class BuiltInProjectPropertyCollection
اسم الفضاء : Aspose.Tasks.Properties تجميع: Aspose.Tasks.dll (25.4.0)
يمثل مجموعة من خصائص المشروع المدمجة.
public sealed class BuiltInProjectPropertyCollection : PropertyKeyedCollection<builtinprojectproperty>, ICollection<builtinprojectproperty>, IEnumerable<builtinprojectproperty>, IEnumerable
Inheritance
object
←
PropertyCollection
Implements
ICollection
الأعضاء الموروثين
PropertyKeyedCollection
Properties
Author
يحصل أو يضع مؤلف المشروع.
public string Author { get; set; }
قيمة الممتلكات
Category
يحصل أو يضع فئة المشروع.
public string Category { get; set; }
قيمة الممتلكات
Comments
تلقي أو وضع التعليقات على المشروع.
public string Comments { get; set; }
قيمة الممتلكات
Company
يحصل أو يضع الشركة على مشروع.
public string Company { get; set; }
قيمة الممتلكات
HyperlinkBase
يحصل أو يضع قاعدة الارتباط عبر المشروع.
public string HyperlinkBase { get; set; }
قيمة الممتلكات
IsReadOnly
يحصل على قيمة تشير إلى ما إذا كانت هذه المجموعة قراءة فقط؛ وإلا، وهمية.
public override bool IsReadOnly { get; }
قيمة الممتلكات
Keywords
احصل على أو وضع الكلمات الرئيسية للمشروع.
public string Keywords { get; set; }
قيمة الممتلكات
Manager
يحصل أو يضع مدير المشروع.
public string Manager { get; set; }
قيمة الممتلكات
Subject
يحصل أو يضع موضوع المشروع.
public string Subject { get; set; }
قيمة الممتلكات
Title
يحصل أو يضع عنوان المشروع.
public string Title { get; set; }