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