ExtendedBuildErrorEventArgs.ExtendedData 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.
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