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

PI Powershell

SetPICollectiveMember.PICollective Property

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

PI Data Archive Collective to which the PI Collective Member to edit belongs

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)

Syntax

[ParameterAttribute(Position = 7, Mandatory = true, ValueFromPipeline = true, 
	HelpMessage = "PI Collective")]
[AliasAttribute(new string[] { ... })]
[ValidateNotNullOrEmptyAttribute]
public Collective PICollective { get; set; }
<ParameterAttribute(Position := 7, Mandatory := true, ValueFromPipeline := true, 
	HelpMessage := "PI Collective")>
<AliasAttribute(New String() { ... })>
<ValidateNotNullOrEmptyAttribute>
Public Property PICollective As Collective
	Get
	Set

Dim instance As SetPICollectiveMember
Dim value As Collective

value = instance.PICollective

instance.PICollective = value
public:
[ParameterAttribute(Position = 7, Mandatory = true, ValueFromPipeline = true, 
	HelpMessage = L"PI Collective")]
[AliasAttribute(__gc new array<String^>^ { ... })]
[ValidateNotNullOrEmptyAttribute]
property Collective^ PICollective {
	Collective^ get ();
	void set (Collective^ value);
}
[<ParameterAttribute(Position = 7, Mandatory = true, ValueFromPipeline = true, 
	HelpMessage = "PI Collective")>]
[<AliasAttribute(new string[] { ... })>]
[<ValidateNotNullOrEmptyAttribute>]
member PICollective : Collective with get, set

Property Value

Type: Collective

See Also

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