RetrieveLocLabelsRequest.IncludeUnpublished Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether to include unpublished labels. Required.
public:
property bool IncludeUnpublished { bool get(); void set(bool value); };
public bool IncludeUnpublished { get; set; }
member this.IncludeUnpublished : bool with get, set
Public Property IncludeUnpublished As Boolean
Property Value
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.