| 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
)
Function Create (
name As String,
value As String
) As IExtensionProperty
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:
IExtensionPropertyThe property that has been created
Remarks
If the name of the property already exist, this method override it's value
See Also