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

PI Powershell

SetPICollectiveMember.SyncPeriod Property

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

Synchronization 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: 3.1.1.0 (3.1.1.466)

Syntax

[ParameterAttribute(Position = 5, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = "Collective member synchronization period")]
[ValidateNotNullOrEmptyAttribute]
public TimeSpan SyncPeriod { get; set; }
<ParameterAttribute(Position := 5, Mandatory := false, ValueFromPipeline := false, 
	HelpMessage := "Collective member synchronization period")>
<ValidateNotNullOrEmptyAttribute>
Public Property SyncPeriod As TimeSpan
	Get
	Set

Dim instance As SetPICollectiveMember
Dim value As TimeSpan

value = instance.SyncPeriod

instance.SyncPeriod = value
public:
[ParameterAttribute(Position = 5, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = L"Collective member synchronization period")]
[ValidateNotNullOrEmptyAttribute]
property TimeSpan SyncPeriod {
	TimeSpan get ();
	void set (TimeSpan value);
}
[<ParameterAttribute(Position = 5, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = "Collective member synchronization period")>]
[<ValidateNotNullOrEmptyAttribute>]
member SyncPeriod : TimeSpan with get, set

Property Value

Type: TimeSpan

See Also

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