IssuerEndpoint.IssuerBinding Property
Applies To: Dynamics CRM 2015
Gets or sets the binding information used to construct a channel to the issuer endpoint from a client.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public Binding IssuerBinding { get; set; }
public:
property Binding^ IssuerBinding {
Binding^ get();
void set(Binding^ value);
}
member IssuerBinding : Binding with get, set
Public Property IssuerBinding As Binding
Property Value
Type: System.ServiceModel.Channels.Binding
Type: Binding
The binding information used to construct a channel to the issuer endpoint from a client.
See Also
IssuerEndpoint Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright