Aspose.Tasks for C++
Aspose::Tasks::Properties::Property Class Reference

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

Detailed Description

Represents a base class of a property.

Member Function Documentation

◆ get_Name()

System::String Aspose::Tasks::Properties::Property::get_Name ( ) const

Gets a name of the property.

◆ get_Value()

System::SharedPtr<System::Object> Aspose::Tasks::Properties::Property::get_Value ( ) const

Gets a value of the property.

◆ set_Value()

void Aspose::Tasks::Properties::Property::set_Value ( const System::SharedPtr< System::Object > &  value)

Sets a value of the property.

◆ ToString()

System::String Aspose::Tasks::Properties::Property::ToString ( ) const
override

Returns the property value as string.

Returns
String value.