SetPIArchiveSetSettings.SetSettings 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: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 0, ParameterSetName = "ByObject", Mandatory = true, HelpMessage = "PI Archive Set settings")] [ValidateNotNullOrEmptyAttribute] public PIArchiveSetSettings SetSettings { get; set; }
<ParameterAttribute(Position := 0, ParameterSetName := "ByObject", Mandatory := true, HelpMessage := "PI Archive Set settings")> <ValidateNotNullOrEmptyAttribute> Public Property SetSettings As PIArchiveSetSettings Get Set Dim instance As SetPIArchiveSetSettings Dim value As PIArchiveSetSettings value = instance.SetSettings instance.SetSettings = value
public: [ParameterAttribute(Position = 0, ParameterSetName = L"ByObject", Mandatory = true, HelpMessage = L"PI Archive Set settings")] [ValidateNotNullOrEmptyAttribute] property PIArchiveSetSettings^ SetSettings { PIArchiveSetSettings^ get (); void set (PIArchiveSetSettings^ value); }
[<ParameterAttribute(Position = 0, ParameterSetName = "ByObject", Mandatory = true, HelpMessage = "PI Archive Set settings")>] [<ValidateNotNullOrEmptyAttribute>] member SetSettings : PIArchiveSetSettings with get, set