IRelaxISWCFLinkGetMetadataFields Method |
Returns the internal names of all current metadata fields.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax [OperationContractAttribute]
string[] GetMetadataFields()
<OperationContractAttribute>
Function GetMetadataFields As String()
Dim instance As IRelaxISWCFLink
Dim returnValue As String()
returnValue = instance.GetMetadataFields()
Return Value
StringA list of the internal names of the current metadata fields.
See Also