STK AgUtPluginSend comments on this topic.
Message Property (IAgUtPluginConfigVerifyResult)
See Also
Windows





Windows & Linux

Description

The message of the validation of the configuration if it has failed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Message() As String
[C#]
public string Message {get; set;}
[Managed C++]
public: __property String __gc ^ get_Message();
public: __property void set_Message( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Message(
    BSTR * pbstrMessage
);
public: HRESULT put_Message(
    BSTR Message
);
[Java]
public String getMessage();
public void setMessage(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.