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 ID of the connection.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ID As String
Get
Set
'Usage
Dim instance As SPWebPartConnection
Dim value As String
value = instance.ID
instance.ID = value
public string ID { get; set; }
Property Value
Type: System.String
The ID of the connection.
Remarks
If the ID is not defined, an empty string is returned.