SPWebPartConnection.ConsumerID Property
Gets or sets the ID of the consumer Web Part for the connection.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ConsumerID As String
Get
Set
'Usage
Dim instance As SPWebPartConnection
Dim value As String
value = instance.ConsumerID
instance.ConsumerID = value
public string ConsumerID { get; set; }
Property Value
Type: System.String