ILoggingProvider.Columns Property

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
ReadOnly Property Columns As IList(Of SPColumnDefinition)
    Get
'Usage
Dim instance As ILoggingProvider
Dim value As IList(Of SPColumnDefinition)

value = instance.Columns
IList<SPColumnDefinition> Columns { get; }

Property Value

Type: System.Collections.Generic.IList<SPColumnDefinition>
Returns IList<T>.

See Also

Reference

ILoggingProvider Interface

ILoggingProvider Members

Microsoft.SharePoint.Administration Namespace