ISchemaFieldProperty Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string Property(
string propertyName
)
Function Property (
propertyName As String
) As String
String^ Property(
String^ propertyName
)
abstract Property :
propertyName : string -> string
Parameters
- propertyName
- Type: SystemString
Name of the property
Return Value
Type:
StringValue of the property with matching name. If property doesn't exist, returns an empty string.
See Also