ListObject.SharePointURL Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.