ExtendedBuildErrorEventArgs.ExtendedData Property

Definition

Transparent data as string. Custom code is responsible to serialize and deserialize this string to structured data - if needed. Custom code can use any serialization they deem safe - e.g. json for textual data, base64 for binary data...

public:
 property System::String ^ ExtendedData { System::String ^ get(); void set(System::String ^ value); };
public string? ExtendedData { get; set; }
member this.ExtendedData : string with get, set
Public Property ExtendedData As String

Property Value

Implements

Applies to