RetrieveLocLabelsRequest.IncludeUnpublished Property
Applies To: Dynamics CRM 2015
Gets or sets whether to include unpublished labels. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public bool IncludeUnpublished { get; set; }
public:
property bool IncludeUnpublished {
bool get();
void set(bool value);
}
member IncludeUnpublished : bool with get, set
Public Property IncludeUnpublished As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if unpublished labels should be included; otherwise, false.
Remarks
This property doesn’t apply when retrieving localized labels for localizable property values. More information: Localize product property values.
See Also
RetrieveLocLabelsRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright