Aspose.Tasks for C++
|
Represents a base class of a property. More...
#include <Property.h>
Inherits System::Object.
Inherited by Aspose::Tasks::Properties::BuiltInProjectProperty, and Aspose::Tasks::Properties::CustomProjectProperty.
Public Member Functions | |
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 base class of a property.
System::String Aspose::Tasks::Properties::Property::get_Name | ( | ) | const |
Gets a name of the property.
System::SharedPtr<System::Object> Aspose::Tasks::Properties::Property::get_Value | ( | ) | const |
Gets a value of the property.
void Aspose::Tasks::Properties::Property::set_Value | ( | const System::SharedPtr< System::Object > & | value | ) |
Sets a value of the property.
|
override |
Returns the property value as string.