Warning.Code Property

Definition

Gets or sets the error code assigned to the warning by the report server.

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

Property Value

A String value that contains the error code assigned to the warning by the report server.

Applies to