SetPIArchiveSetSettings.Name Property
- Last UpdatedDec 15, 2025
- 2 minute read
Specifies the name of the archive file for which to get detailed information
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 0, ParameterSetName = "ByName", Mandatory = true, HelpMessage = "Name of PI Archive Set")] [ValidateNotNullOrEmptyAttribute] public string Name { get; set; }
<ParameterAttribute(Position := 0, ParameterSetName := "ByName", Mandatory := true, HelpMessage := "Name of PI Archive Set")> <ValidateNotNullOrEmptyAttribute> Public Property Name As String Get Set Dim instance As SetPIArchiveSetSettings Dim value As String value = instance.Name instance.Name = value
public: [ParameterAttribute(Position = 0, ParameterSetName = L"ByName", Mandatory = true, HelpMessage = L"Name of PI Archive Set")] [ValidateNotNullOrEmptyAttribute] property String^ Name { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 0, ParameterSetName = "ByName", Mandatory = true, HelpMessage = "Name of PI Archive Set")>] [<ValidateNotNullOrEmptyAttribute>] member Name : string with get, set