DataRepeater Constructor
Initializes a new instance of the DataRepeater class.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
'Declaration
Public Sub New
public DataRepeater()
public:
DataRepeater()
new : unit -> DataRepeater
public function DataRepeater()
Remarks
The following table shows initial property values for an instance of the DataRepeater class.
Property |
Value |
---|---|
True |
|
True |
|
15 |
|
True |
|
False |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace