BuildRequestData.PropertiesToTransfer Property

Definition

Returns a list of properties to transfer out of proc for the build.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ PropertiesToTransfer { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> PropertiesToTransfer { get; }
member this.PropertiesToTransfer : seq<string>
Public ReadOnly Property PropertiesToTransfer As IEnumerable(Of String)

Property Value

The list of properties.

Applies to