IdmNetClientGetResourceReferenceProperty 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)
Syntaxpublic string GetResourceReferenceProperty(
string soapMessageString
)
Public Function GetResourceReferenceProperty (
soapMessageString As String
) As String
public:
virtual String^ GetResourceReferenceProperty(
String^ soapMessageString
) sealed
abstract GetResourceReferenceProperty :
soapMessageString : string -> string
override 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
Implements
IIdmNetClientGetResourceReferenceProperty(String)
Exceptions
See Also