AddContactsToMarketingListByIdsResponse.SkippedIds Property
Applies To: Dynamics Marketing
Gets or sets skipped IDs.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.MarketingList
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public List<Guid> SkippedIds { get; set; }
public:
[DataMemberAttribute]
property List<Guid>^ SkippedIds {
List<Guid>^ get();
void set(List<Guid>^ value);
}
[<DataMemberAttribute>]
member SkippedIds : List<Guid> with get, set
<DataMemberAttribute>
Public Property SkippedIds As List(Of Guid)
Property Value
Type: System.Collections.Generic.List<Guid>
See Also
AddContactsToMarketingListByIdsResponse Class
Microsoft.Dynamics.Marketing.SDK.Messages.MarketingList Namespace
Return to top