SetPIPointSource.Description Property
- Last UpdatedDec 15, 2025
- 2 minute read
Description to set on the PI PointSource
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 1, Mandatory = true, HelpMessage = "PI Point Source Description")] [ValidateNotNullOrEmptyAttribute] public string Description { get; set; }
<ParameterAttribute(Position := 1, Mandatory := true, HelpMessage := "PI Point Source Description")> <ValidateNotNullOrEmptyAttribute> Public Property Description As String Get Set Dim instance As SetPIPointSource Dim value As String value = instance.Description instance.Description = value
public: [ParameterAttribute(Position = 1, Mandatory = true, HelpMessage = L"PI Point Source Description")] [ValidateNotNullOrEmptyAttribute] property String^ Description { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 1, Mandatory = true, HelpMessage = "PI Point Source Description")>] [<ValidateNotNullOrEmptyAttribute>] member Description : string with get, set