Share via


PluginCategory.PluginRecords Property

Gets an array of PluginRecord objects stored in the PluginCategory.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public ReadOnly Property PluginRecords As PluginRecord()
'Usage
Dim instance As PluginCategory 
Dim value As PluginRecord()

value = instance.PluginRecords
public PluginRecord[] PluginRecords { get; }
public:
property array<PluginRecord^>^ PluginRecords {
    array<PluginRecord^>^ get ();
}
public function get PluginRecords () : PluginRecord[]

Property Value

Type: array<Microsoft.TeamFoundation.PluginRecord[]

.NET Framework Security

See Also

Reference

PluginCategory Class

PluginCategory Members

Microsoft.TeamFoundation Namespace