Aspose.Tasks for C++
|
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... | |
Represents a container property.
TKey | The type of property value. |
|
inline |
Initializes a new instance of the GenericProperty<TKey> struct.
name | The name of the property. |
|
inline |
Gets a name of the property.
|
inline |
Gets a value of the property.