SendTemplateRequest.RegardingType Property
Applies To: Dynamics CRM 2015
Gets or sets the type of entity that is represented by the regarding ID. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public string RegardingType { get; set; }
public:
property String^ RegardingType {
String^ get();
void set(String^ value);
}
member RegardingType : string with get, set
Public Property RegardingType As String
Property Value
Type: System.String
Type: String
The name of entity that is represented by the regarding ID. This property is the logical entity name of the record that is specified in the RegardingId property.
See Also
SendTemplateRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright