다음을 통해 공유


SPWebPartConnection.ID property

Gets or sets the ID of the connection.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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