ListObject.SharePointURL Property

Definition

Returns a String representing the URL of the SharePoint list for a given ListObject object.

public:
 property System::String ^ SharePointURL { System::String ^ get(); };
public string SharePointURL { get; }
Public ReadOnly Property SharePointURL As String

Property Value

Remarks

Accessing this property generates a run-time error if the list is not linked to a SharePoint site.

Applies to