SetPICollectiveMember.CommPeriod Property
- Last UpdatedDec 15, 2025
- 2 minute read
Communication period to set on the PI Collective member if it is a secondary member
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 4, Mandatory = false, ValueFromPipeline = false, HelpMessage = "Collective member communication period")] [ValidateNotNullOrEmptyAttribute] public TimeSpan CommPeriod { get; set; }
<ParameterAttribute(Position := 4, Mandatory := false, ValueFromPipeline := false, HelpMessage := "Collective member communication period")> <ValidateNotNullOrEmptyAttribute> Public Property CommPeriod As TimeSpan Get Set Dim instance As SetPICollectiveMember Dim value As TimeSpan value = instance.CommPeriod instance.CommPeriod = value
public: [ParameterAttribute(Position = 4, Mandatory = false, ValueFromPipeline = false, HelpMessage = L"Collective member communication period")] [ValidateNotNullOrEmptyAttribute] property TimeSpan CommPeriod { TimeSpan get (); void set (TimeSpan value); }
[<ParameterAttribute(Position = 4, Mandatory = false, ValueFromPipeline = false, HelpMessage = "Collective member communication period")>] [<ValidateNotNullOrEmptyAttribute>] member CommPeriod : TimeSpan with get, set