Click or drag to resize
IErrorBuilderErrorMsg Method (String, IEnumerableString)
Add an error message specifying the properties the message pertains to

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
IErrorBuilder ErrorMsg(
	string message,
	IEnumerable<string> properties
)

Parameters

message
Type: SystemString
properties
Type: System.Collections.GenericIEnumerableString

Return Value

Type: IErrorBuilder
See Also