Click or drag to resize
IIdmNetClientGetNewObjectId Method
Get the ObjectID for a newly created resource from the response message

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
string GetNewObjectId(
	Message resourceCreationResponseMessage
)

Parameters

resourceCreationResponseMessage
Type: System.ServiceModel.ChannelsMessage
Response message from the CreateAsync method

Return Value

Type: String
New object id
See Also