CreateResponse.id Field
Specifies the ID of the newly created entity instance.
Syntax
[Visual Basic]
Public Field id As Guid
[C#]
public Guid id;
[JScript]
public var id : Guid;
See Also
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Specifies the ID of the newly created entity instance.
Syntax
[Visual Basic]
Public Field id As Guid
[C#]
public Guid id;
[JScript]
public var id : Guid;
See Also