Compartilhar via


WebCreationInformation.Description propriedade

Obtém ou define a descrição do novo site.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)

Sintaxe

'Declaração
Public Property Description As String
    Get
    Set
'Uso
Dim instance As WebCreationInformation
Dim value As String

value = instance.Description

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

Valor de propriedade

Tipo: System.String
Um objeto de String que representa a descrição.

Ver também

Referência

WebCreationInformation classe

WebCreationInformation membros

Microsoft.SharePoint.Client namespace