Freigeben über


FileCreationInformation.Url-Eigenschaft

Ruft oder legt einen Wert, der die URL der Datei hinzugefügt werden soll.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property Url As String
    Get
    Set
'Usage
Dim instance As FileCreationInformation
Dim value As String

value = instance.Url

instance.Url = value
public string Url { get; set; }

Eigenschaftswert

Typ: System.String
Gibt eine String -Instanz, die die URL der Datei zu addierenden darstellt.

Hinweise

Es muss sich nicht auf ein Nullverweis (Nothing in Visual Basic). Es muss eine URL in der relativen oder absoluten Form. Seine Länge muss gleich oder größer als 1.

Siehe auch

Referenz

FileCreationInformation Klasse

FileCreationInformation-Member

Microsoft.SharePoint.Client-Namespace