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; }