Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Powershell

SetPICollectiveMember.CommPeriod Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
SetPICollectiveMember.CommPeriod Property

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

Property Value

Type: TimeSpan

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in