MarketplaceSettings.SolutionsMarketplaceEnabled Property
Applies To: Dynamics CRM 2015
Gets or sets whether the solutions marketplace is enabled.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public bool SolutionsMarketplaceEnabled { get; set; }
public:
[DataMemberAttribute]
property bool SolutionsMarketplaceEnabled {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member SolutionsMarketplaceEnabled : bool with get, set
<DataMemberAttribute>
Public Property SolutionsMarketplaceEnabled As Boolean
Property Value
Type: System.Boolean
Type: Boolean
See Also
MarketplaceSettings Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright