BusinessNotification.Parameters 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 BusinessNotificationParameter[] Parameters { get; set; }
public:
[DataMemberAttribute]
property array<BusinessNotificationParameter^>^ Parameters {
array<BusinessNotificationParameter^>^ get();
void set(array<BusinessNotificationParameter^>^ value);
}
[<DataMemberAttribute>]
member Parameters : BusinessNotificationParameter[] with get, set
<DataMemberAttribute>
Public Property Parameters As BusinessNotificationParameter()
Property Value
Type: Microsoft.Crm.Sdk.Messages.BusinessNotificationParameter[]
Returns BusinessNotificationParameter.
See Also
BusinessNotification Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright