JobRunDataServerName Property |
Gets the name of the server on which the job run executed.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "serverName")]
public string ServerName { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "serverName")>
Public Property ServerName As String
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"serverName")]
property String^ ServerName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "serverName")>]
member ServerName : string with get, set
Property Value
Type:
StringSee Also