Share via


ActiveDirectory.SmbServerName Property

Definition

Gets or sets netBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to