DataPA Enterprise Dashboard Controls API Reference
Gets and sets the parent of this object.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TwitterAccounts(
	ServerSecurity Parent
)
Visual Basic
Public Sub New ( 
	Parent As ServerSecurity
)
Visual C++
public:
TwitterAccounts(
	ServerSecurity^ Parent
)

Parameters

Parent
Type: DataPAServerSecurity..::..ServerSecurity
The object that is the parent of this object.

Remarks