StatusCodesBasedTrigger.Win32Status Property

Definition

Gets or sets win32 error code.

[Newtonsoft.Json.JsonProperty(PropertyName="win32Status")]
public int? Win32Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="win32Status")>]
member this.Win32Status : Nullable<int> with get, set
Public Property Win32Status As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to