LogEntryOptionsAccessKey Property |
Gets or sets the access key that is required to create a log entry.
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 = "accessKey", EmitDefaultValue = false)]
public string? AccessKey { get; set; }
<DataMemberAttribute(Name := "accessKey", EmitDefaultValue := false)>
Public Property AccessKey As String
Get
Set
public:
[DataMemberAttribute(Name = L"accessKey", EmitDefaultValue = false)]
property String^ AccessKey {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "accessKey", EmitDefaultValue = false)>]
member AccessKey : string with get, set
Property Value
Type:
StringSee Also