OperationResultWarnings Property |
A list of any warnings that occurred during the request
Namespace: Rally.RestApi.ResponseAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public List<string> Warnings { get; set; }
Public Property Warnings As List(Of String)
Get
Set
public:
property List<String^>^ Warnings {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Warnings : List<string> with get, set
Property Value
Type:
ListStringSee Also