AttributeMapping.AttributeMappingId Property

 

Applies To: Dynamics CRM 2015

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

Syntax

[DataMemberAttribute]
public Guid AttributeMappingId { get; internal set; }
public:
[DataMemberAttribute]
property Guid AttributeMappingId {
    Guid get();
    internal: void set(Guid value);
}
[<DataMemberAttribute>]
member AttributeMappingId : Guid with get, internal set
<DataMemberAttribute>
Public Property AttributeMappingId As Guid
    Get
    Friend Set
End Property

Property Value

Type: System.Guid

Returns Guid.

See Also

AttributeMapping Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright