Relationship Constructor (String)

 

Applies To: Dynamics CRM 2015

Initializes a new instance of the Relationship class setting the schema name property.

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

Syntax

public Relationship(
    string schemaName
)
public:
Relationship(
    String^ schemaName
)
new : 
        schemaName:string -> Relationship
Public Sub New (
    schemaName As String
)

Parameters

See Also

Relationship Overload
Relationship Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright