CopyCampaignRequest.SaveAsTemplate Property

 

Applies To: Dynamics CRM 2015

Gets or sets a value that indicates whether to save the campaign as a template. Required.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public bool SaveAsTemplate { get; set; }
public:
property bool SaveAsTemplate {
    bool get();
    void set(bool value);
}
member SaveAsTemplate : bool with get, set
Public Property SaveAsTemplate As Boolean

Property Value

Type: System.Boolean

Type: Boolean
true to save the campaign as a template; otherwise, false.

See Also

CopyCampaignRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright