BusinessNotificationParameter.ParameterType Property
Applies To: Dynamics CRM 2015
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public BusinessNotificationParameterType ParameterType { get; set; }
public:
[DataMemberAttribute]
property BusinessNotificationParameterType ParameterType {
BusinessNotificationParameterType get();
void set(BusinessNotificationParameterType value);
}
[<DataMemberAttribute>]
member ParameterType : BusinessNotificationParameterType with get, set
<DataMemberAttribute>
Public Property ParameterType As BusinessNotificationParameterType
Property Value
Type: Microsoft.Crm.Sdk.Messages.BusinessNotificationParameterType
Returns BusinessNotificationParameterType.
See Also
BusinessNotificationParameter Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright