Partilhar via


SPWebPartConnection.ID Property

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.

See Also

Reference

SPWebPartConnection Class

SPWebPartConnection Members

Microsoft.SharePoint.WebPartPages Namespace