ServerInfo.SharePointListUrl Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém um String que fornece a URL da lista do SharePoint em que o formulário está localizado.
public:
property System::String ^ SharePointListUrl { System::String ^ get(); };
public string SharePointListUrl { get; }
member this.SharePointListUrl : string
Public ReadOnly Property SharePointListUrl As String
Valor da propriedade
A URL da lista do SharePoint.
Comentários
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.