Aspose.Tasks for C++
Aspose::Tasks::Properties::GenericProperty< TKey > Class Template Reference

Represents a container property. More...

#include <GenericProperty.h>

Inherits System::Object, and System::Details::BoxableObjectBase.

Public Member Functions

System::String get_Name ()
 Gets a name of the property. More...
 
System::SharedPtr< System::Object > get_Value ()
 Gets a value of the property. More...
 
 GenericProperty (const System::String &name)
 Initializes a new instance of the GenericProperty<TKey> struct. More...
 

Detailed Description

template<typename TKey>
class Aspose::Tasks::Properties::GenericProperty< TKey >

Represents a container property.

Template Parameters
TKeyThe type of property value.

Constructor & Destructor Documentation

◆ GenericProperty()

template<typename TKey >
Aspose::Tasks::Properties::GenericProperty< TKey >::GenericProperty ( const System::String &  name)
inline

Initializes a new instance of the GenericProperty<TKey> struct.

Parameters
nameThe name of the property.

Member Function Documentation

◆ get_Name()

template<typename TKey >
System::String Aspose::Tasks::Properties::GenericProperty< TKey >::get_Name ( )
inline

Gets a name of the property.

◆ get_Value()

template<typename TKey >
System::SharedPtr<System::Object> Aspose::Tasks::Properties::GenericProperty< TKey >::get_Value ( )
inline

Gets a value of the property.