Class BuiltInProjectPropertyCollection

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 PropertyKeyedCollection BuiltInProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

상속 회원들

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

프로젝트의 저자를 얻거나 설정합니다.

public string Author { get; set; }

부동산 가치

string

Category

프로젝트의 범주를 얻거나 설정합니다.

public string Category { get; set; }

부동산 가치

string

Comments

프로젝트에 대한 코멘트를 받거나 작성합니다.

public string Comments { get; set; }

부동산 가치

string

Company

프로젝트의 회사를 얻거나 설정합니다.

public string Company { get; set; }

부동산 가치

string

HyperlinkBase

프로젝트의 하이퍼 링크를 얻거나 설정합니다.

public string HyperlinkBase { get; set; }

부동산 가치

string

IsReadOnly

이 컬렉션이 읽을 수 있는지 여부를 나타내는 값을 얻습니다; 그렇지 않으면 가짜입니다.

public override bool IsReadOnly { get; }

부동산 가치

bool

Keywords

프로젝트의 키워드를 얻거나 설정합니다.

public string Keywords { get; set; }

부동산 가치

string

Manager

프로젝트의 관리자를 얻거나 설정합니다.

public string Manager { get; set; }

부동산 가치

string

Subject

프로젝트의 주제를 얻거나 설정합니다.

public string Subject { get; set; }

부동산 가치

string

Title

프로젝트의 제목을 얻거나 설정합니다.

public string Title { get; set; }

부동산 가치

string

 한국어