Share via


LocalUser.HomeDirectory Property

Definition

Gets or sets optional, local user home directory.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.homeDirectory")]
public string HomeDirectory { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.homeDirectory")>]
member this.HomeDirectory : string with get, set
Public Property HomeDirectory As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to