SocialCommentWebPart.WebPartPropertySpecifiedAddress Property
Gets or sets the URL for which to display SocialComment objects.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property WebPartPropertySpecifiedAddress As String
Get
Set
'Usage
Dim instance As SocialCommentWebPart
Dim value As String
value = instance.WebPartPropertySpecifiedAddress
instance.WebPartPropertySpecifiedAddress = value
public string WebPartPropertySpecifiedAddress { get; set; }
Property Value
Type: System.String
A string representing the URL.