Aspose.Tasks for C++
Aspose::Tasks::Properties::BuiltInProjectProperty Class Referencefinal

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...
 

Detailed Description

Represents a built-in property.

Member Function Documentation

◆ get_Value()

System::String Aspose::Tasks::Properties::BuiltInProjectProperty::get_Value ( ) const

Gets the value of the property.

◆ set_Value()

void Aspose::Tasks::Properties::BuiltInProjectProperty::set_Value ( const System::String &  value)

Sets the value of the property.