 | WriteBackHandler.GetProperty(String, ctPropertyScope) Method |
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic Tuple<CTAttribute, CTProperty> GetProperty(
string oAttributeName,
ctPropertyScope scope
)
Public Function GetProperty (
oAttributeName As String,
scope As ctPropertyScope
) As Tuple(Of CTAttribute, CTProperty)
Parameters
- oAttributeName String
- scope ctPropertyScope
Return Value
Tuple<CTAttribute,
CTProperty>
See Also