RelationshipSchemaNameAttribute Constructor (String, EntityRole)

 

Applies To: Dynamics CRM 2015

Initializes a new instance of the RelationshipSchemaNameAttribute class

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

Syntax

public RelationshipSchemaNameAttribute(
    string schemaName,
    EntityRole primaryEntityRole
)
public:
RelationshipSchemaNameAttribute(
    String^ schemaName,
    EntityRole primaryEntityRole
)
new : 
        schemaName:string *
        primaryEntityRole:EntityRole -> RelationshipSchemaNameAttribute
Public Sub New (
    schemaName As String,
    primaryEntityRole As EntityRole
)

Parameters

See Also

RelationshipSchemaNameAttribute Overload
RelationshipSchemaNameAttribute Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright