 | WriteBackHandlerGetProperty Method (String, ctPropertyScope) |
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
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
- Type: SystemString
- scope
- Type: ctPropertyScope
Return Value
Type:
TupleCTAttribute,
CTProperty
See Also