LayoutUpdateResultErrors Property |
Gets error messages from an unsuccessful update.
Namespace: ConnectedApps.Cms.Entities.LayoutAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string[] Errors { get; set; }
Public Property Errors As String()
Get
Set
public:
property array<String^>^ Errors {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Errors : string[] with get, set
Property Value
Type:
String
See Also