IIdmNetClientGetNewObjectId Method |
Get the ObjectID for a newly created resource from the response message
Namespace: IdmNetAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxstring GetNewObjectId(
Message resourceCreationResponseMessage
)
Function GetNewObjectId (
resourceCreationResponseMessage As Message
) As String
String^ GetNewObjectId(
Message^ resourceCreationResponseMessage
)
abstract GetNewObjectId :
resourceCreationResponseMessage : Message -> string
Parameters
- resourceCreationResponseMessage
- Type: System.ServiceModel.ChannelsMessage
Response message from the CreateAsync method
Return Value
Type:
StringNew object id
See Also