IIdmNetClientGetResourceReferenceProperty Method |
Returns the ResourceReferenceProperty (eg. Approval ObjectID) associated with a particular message returned
from an create/update-type operation
Namespace: IdmNetAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxstring GetResourceReferenceProperty(
string soapMessageString
)
Function GetResourceReferenceProperty (
soapMessageString As String
) As String
String^ GetResourceReferenceProperty(
String^ soapMessageString
)
abstract GetResourceReferenceProperty :
soapMessageString : string -> string
Parameters
- soapMessageString
- Type: SystemString
The SOAP message in a string format (msg.ToString())
Return Value
Type:
StringThe ObjectID of the associated resource/Approval, otherwise NULL
Exceptions
See Also