SetPITrust.WindowsDomain Property
- Last UpdatedDec 15, 2025
- 2 minute read
Windows Domain of the PI Trust
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 6, Mandatory = false, HelpMessage = "PI Trust Windows Domain")] [AliasAttribute(new string[] { ... })] [AllowEmptyStringAttribute] public string WindowsDomain { get; set; }
<ParameterAttribute(Position := 6, Mandatory := false, HelpMessage := "PI Trust Windows Domain")> <AliasAttribute(New String() { ... })> <AllowEmptyStringAttribute> Public Property WindowsDomain As String Get Set Dim instance As SetPITrust Dim value As String value = instance.WindowsDomain instance.WindowsDomain = value
public: [ParameterAttribute(Position = 6, Mandatory = false, HelpMessage = L"PI Trust Windows Domain")] [AliasAttribute(__gc new array<String^>^ { ... })] [AllowEmptyStringAttribute] property String^ WindowsDomain { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 6, Mandatory = false, HelpMessage = "PI Trust Windows Domain")>] [<AliasAttribute(new string[] { ... })>] [<AllowEmptyStringAttribute>] member WindowsDomain : string with get, set