RecipientSubscibingListDTOErrorMessage Property
|
Alterian Email Manager 6.2.3 SDK Help File
Message of the error occurred while performing the subscribe operation
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic string ErrorMessage { get; set; }
Public Property ErrorMessage As String
Get
Set
public:
property String^ ErrorMessage {
String^ get ();
void set (String^ value);
}
member ErrorMessage : string with get, set
function get_ErrorMessage();
function set_ErrorMessage(value);
Property Value
Type:
String
See Also