CustomProjectPropertyCollection.Add
İçindekiler
[
Saklamak
]Add(string, string)
Yeni bir özel özellik oluşturur.
public CustomProjectProperty Add(string name, string value)
Parametre | Tip | Tanım |
---|---|---|
name | String | Mülkün adı. |
value | String | Yeni oluşturulan özellik nesne değeri. |
Geri dönüş değeri
Yeni oluşturulan özellik nesnesi.
Ayrıca bakınız
- class CustomProjectProperty
- class CustomProjectPropertyCollection
- ad alanı Aspose.Tasks.Properties
- toplantı Aspose.Tasks
Add(string, bool)
Yeni bir özel özellik oluşturur.
public CustomProjectProperty Add(string name, bool value)
Parametre | Tip | Tanım |
---|---|---|
name | String | Mülkün adı. |
value | Boolean | Yeni oluşturulan özellik nesne değeri. |
Geri dönüş değeri
Yeni oluşturulan özellik nesnesi.
Ayrıca bakınız
- class CustomProjectProperty
- class CustomProjectPropertyCollection
- ad alanı Aspose.Tasks.Properties
- toplantı Aspose.Tasks
Add(string, double)
Yeni bir özel özellik oluşturur.
public CustomProjectProperty Add(string name, double value)
Parametre | Tip | Tanım |
---|---|---|
name | String | Mülkün adı. |
value | Double | Yeni oluşturulan özellik nesne değeri. |
Geri dönüş değeri
Yeni oluşturulan özellik nesnesi.
Ayrıca bakınız
- class CustomProjectProperty
- class CustomProjectPropertyCollection
- ad alanı Aspose.Tasks.Properties
- toplantı Aspose.Tasks
Add(string, DateTime)
Yeni bir özel özellik oluşturur.
public CustomProjectProperty Add(string name, DateTime value)
Parametre | Tip | Tanım |
---|---|---|
name | String | Mülkün adı. |
value | DateTime | Yeni oluşturulan özellik nesne değeri. |
Geri dönüş değeri
Yeni oluşturulan özellik nesnesi.
Ayrıca bakınız
- class CustomProjectProperty
- class CustomProjectPropertyCollection
- ad alanı Aspose.Tasks.Properties
- toplantı Aspose.Tasks