PublishSymbols.StoreCompressed Property

Gets or sets a flag indicating whether to compress files stored in the symbol store.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property StoreCompressed As InArgument(Of Boolean)
[BrowsableAttribute(true)]
public InArgument<bool> StoreCompressed { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<bool>^ StoreCompressed {
    InArgument<bool>^ get ();
    void set (InArgument<bool>^ value);
}
[<BrowsableAttribute(true)>]
member StoreCompressed : InArgument<bool> with get, set
function get StoreCompressed () : InArgument<boolean>
function set StoreCompressed (value : InArgument<boolean>)

Property Value

Type: System.Activities.InArgument<Boolean>
True to compress files stored in the symbol store; otherwise, leave files uncompressed.

.NET Framework Security

See Also

Reference

PublishSymbols Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace