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

 日本語