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