Share via


ServiceUrls.GeneratedFromAlternate Property

 

Applies To: Dynamics CRM 2015

Gets a value that indicates if the primary endpoint was generated from the alternate endpoint.

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

Syntax

public bool GeneratedFromAlternate { get; internal set; }
public:
property bool GeneratedFromAlternate {
    bool get();
    internal: void set(bool value);
}
member GeneratedFromAlternate : bool with get, internal set
Public Property GeneratedFromAlternate As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

Type: Boolean
 true if the the primary endpoint was generated from the alternate endpoint; otherwise, false.

See Also

ServiceUrls Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright