Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public string AttributeExchangeName { get; internal set; }
public:
[DataMemberAttribute]
property String^ AttributeExchangeName {
    String^ get();
    internal: void set(String^ value);
}
[<DataMemberAttribute>]
member AttributeExchangeName : string with get, internal set
<DataMemberAttribute>
Public Property AttributeExchangeName As String
    Get
    Friend Set
End Property
Property Value
Type: System.String
Returns String.
See Also
AttributeMapping Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright