Click or drag to resize
Askia

IExtensionPropertyCollectionCreate Method

Create a property using the specified name and value

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IExtensionProperty Create(
	string name,
	string value
)

Parameters

name
Type: SystemString
Name of the property to create
value
Type: SystemString
Value of the new create property

Return Value

Type: IExtensionProperty
The property that has been created
Remarks
If the name of the property already exist, this method override it's value
See Also