JelasticAccountJelasticDashboardUrl Property
|
Indicates the url of the user dashboard
Namespace:
Aruba.Cloud.WsJelastic.Entities
Assembly:
WsJelastic (in WsJelastic.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string JelasticDashboardUrl { get; set; }<DataMemberAttribute>
Public Property JelasticDashboardUrl As String
Get
Set
public:
[DataMemberAttribute]
property String^ JelasticDashboardUrl {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member JelasticDashboardUrl : string with get, set
function get JelasticDashboardUrl () : String
function set JelasticDashboardUrl (value : String)
Property Value
Type:
String
See Also