Aspose.Tasks for C++
|
Represents a built-in property. More...
#include <BuiltInProjectProperty.h>
Inherits Aspose::Tasks::Properties::Property.
Public Member Functions | |
System::String | get_Value () const |
Gets the value of the property. More... | |
void | set_Value (const System::String &value) |
Sets the value of the property. More... | |
Public Member Functions inherited from Aspose::Tasks::Properties::Property | |
System::String | get_Name () const |
Gets a name of the property. More... | |
System::SharedPtr< System::Object > | get_Value () const |
Gets a value of the property. More... | |
void | set_Value (const System::SharedPtr< System::Object > &value) |
Sets a value of the property. More... | |
System::String | ToString () const override |
Returns the property value as string. More... | |
Represents a built-in property.
System::String Aspose::Tasks::Properties::BuiltInProjectProperty::get_Value | ( | ) | const |
Gets the value of the property.
void Aspose::Tasks::Properties::BuiltInProjectProperty::set_Value | ( | const System::String & | value | ) |
Sets the value of the property.