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)
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