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