BuiltInProjectProperty

Inheritance: java.lang.Object, com.aspose.tasks.Property

public final class BuiltInProjectProperty extends Property

Represents a built-in property.

Methods

MethodDescription
getValue_BuiltInProjectProperty_New()Gets the value of the property.
setValue_BuiltInProjectProperty_New(String value)Sets the value of the property.

getValue_BuiltInProjectProperty_New()

public final String getValue_BuiltInProjectProperty_New()

Gets the value of the property.

Returns: java.lang.String - the value of the property.

setValue_BuiltInProjectProperty_New(String value)

public final void setValue_BuiltInProjectProperty_New(String value)

Sets the value of the property.

Parameters:

ParameterTypeDescription
valuejava.lang.Stringthe value of the property.