AGI STK Objects 11 Send comments on this topic.
Username Property (IAgScGlobeServerConfigData)
See Also 





Description

The user name associated with the server.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Username() As String

[C#]
public string Username {get; set;}

[Managed C++]
public: __property String __gc ^ get_Username();
public: __property void set_Username(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Username(
BSTR * pRetVal
);
public: HRESULT put_Username(
BSTR NewUsername
);

[Java]
public String getUsername();public void setUsername(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1