Conflict.ResourceId Property

Gets the resource ID for the conflict.

Namespace:  Microsoft.Azure.Documents
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

Syntax

'Declaration
Public ReadOnly Property ResourceId As String 
    Get
'Usage
Dim instance As Conflict 
Dim value As String 

value = instance.ResourceId
public string ResourceId { get; }
public:
property String^ ResourceId {
    String^ get ();
}
member ResourceId : string
function get ResourceId () : String

Property Value

Type: System.String
The resource ID for the conflict.

See Also

Reference

Conflict Class

Microsoft.Azure.Documents Namespace