AGI AgUtPlugin 11 Send comments on this topic.
Message Property (IAgUtPluginConfigVerifyResult)
See Also 





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 * pRetVal
);
public: HRESULT put_Message(
BSTR NewMessage
);

[Java]
public String getMessage();public void setMessage(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1