Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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