 | Document.GetOriginalDocumentPropertyByName Method |
Gets the document property value by name.
Namespace: CeliAPS.BomApi.DataAssembly: BomApi (in BomApi.dll) Version: 1.0.63
SyntaxObject GetOriginalDocumentPropertyByName(
string name
)
Function GetOriginalDocumentPropertyByName (
name As String
) As Object
Parameters
- name String
- The name of the property.
Return Value
Object
See Also