Package com.aspose.tasks
Class BuiltInProjectProperty
- java.lang.Object
-
- com.aspose.tasks.Property
-
- com.aspose.tasks.BuiltInProjectProperty
-
public final class BuiltInProjectProperty extends Property
Represents a built-in property.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue_BuiltInProjectProperty_New()
Gets the value of the property.void
setValue_BuiltInProjectProperty_New(String value)
Sets the value of the property.
-
-
-
Method Detail
-
getValue_BuiltInProjectProperty_New
public final String getValue_BuiltInProjectProperty_New()
Gets the value of the property.
- Returns:
- the value of the property.
-
setValue_BuiltInProjectProperty_New
public final void setValue_BuiltInProjectProperty_New(String value)
Sets the value of the property.
- Parameters:
value
- the value of the property.
-
-