RetrieveAttributeChangeHistoryRequest.AttributeLogicalName Property
Applies To: Dynamics CRM 2015
Gets or sets the attribute’s logical (schema) name. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public string AttributeLogicalName { get; set; }
public:
property String^ AttributeLogicalName {
String^ get();
void set(String^ value);
}
member AttributeLogicalName : string with get, set
Public Property AttributeLogicalName As String
Property Value
Type: System.String
Type: String
The logical name of the attribute.
See Also
RetrieveAttributeChangeHistoryRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright