NfsUser.UserId Property

Definition

Gets or sets the NFS user's UID

[Newtonsoft.Json.JsonProperty(PropertyName="userId")]
public long? UserId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userId")>]
member this.UserId : Nullable<int64> with get, set
Public Property UserId As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to