User SendOrganizerInfoWithDecline Property DRA REST Extensions SDK
Flag to indicate if the organizer information should be included in the response when a request is declined. The default value is true.

Namespace: NetIQ.DRA.Common.Rest.DataModels
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataMemberAttribute(Name = "sendOrganizerInfoWithDecline")]
public Nullable<bool> SendOrganizerInfoWithDecline { get; set; }

Property Value

Type: OnlineNullable OnlineBoolean 
See Also