BlogAdminWebPart.PostUrl property
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property PostUrl As String
Get
Set
'Usage
Dim instance As BlogAdminWebPart
Dim value As String
value = instance.PostUrl
instance.PostUrl = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string PostUrl { get; set; }
Property value
Type: System.String