DisassociateRequest.Relationship Property

 

Applies To: Dynamics CRM 2015

Get or sets the name of the relationship to be used for the disassociation. Required.

Namespace:   Microsoft.Xrm.Sdk.Messages
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public Relationship Relationship { get; set; }
public:
property Relationship^ Relationship {
    Relationship^ get();
    void set(Relationship^ value);
}
member Relationship : Relationship with get, set
Public Property Relationship As Relationship

Property Value

Type: Microsoft.Xrm.Sdk.Relationship

Type: Relationship
The name of the relationship to be used for the disassociation.

Remarks

The relationship name can be found in the SchemaName property in the metadata.

See Also

DisassociateRequest Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright