ApplicationInfoDataInstanceId Property |
Gets the ID of the application instance.
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(Name = "instanceId", EmitDefaultValue = false)]
public string InstanceId { get; set; }
<DataMemberAttribute(Name := "instanceId", EmitDefaultValue := false)>
Public Property InstanceId As String
Get
Set
public:
[DataMemberAttribute(Name = L"instanceId", EmitDefaultValue = false)]
property String^ InstanceId {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "instanceId", EmitDefaultValue = false)>]
member InstanceId : string with get, set
Property Value
Type:
StringSee Also