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