SPWebPartConnection.ProviderID Property

Gets or sets the property value on a connection that references the ID of the Web Part control acting as a provider for that connection.

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

Syntax

'Declaration
Public Property ProviderID As String
    Get
    Set
'Usage
Dim instance As SPWebPartConnection
Dim value As String

value = instance.ProviderID

instance.ProviderID = value
public string ProviderID { get; set; }

Property Value

Type: System.String

See Also

Reference

SPWebPartConnection Class

SPWebPartConnection Members

Microsoft.SharePoint.WebPartPages Namespace