AddPITrust.Description Property
- Last UpdatedDec 15, 2025
- 1 minute read
Description of the PI Trust to add
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 2, Mandatory = false, HelpMessage = "PI Trust Description")] public string Description { get; set; }
<ParameterAttribute(Position := 2, Mandatory := false, HelpMessage := "PI Trust Description")> Public Property Description As String Get Set Dim instance As AddPITrust Dim value As String value = instance.Description instance.Description = value
public: [ParameterAttribute(Position = 2, Mandatory = false, HelpMessage = L"PI Trust Description")] property String^ Description { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 2, Mandatory = false, HelpMessage = "PI Trust Description")>] member Description : string with get, set