WebSiteCloudException::ErrorMessageArguments Property

 

Gets a container for strings that fill the place holders in the message template. These strings contain information unique to the user's scenario.

Namespace:   Microsoft.WindowsAzure.Management.WebSites
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public:
property IList<String^>^ ErrorMessageArguments {
	IList<String^>^ get();
	protected: void set(IList<String^>^ value);
}

Property Value

Type: System.Collections.Generic::IList<String^>^

A container for strings that fill the place holders in the message template.

Return to top
Show: