ListCreationInformation.Title propriedade
Obtém ou define um valor que especifica o nome de exibição da nova lista.
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 Title As String
Get
Set
'Uso
Dim instance As ListCreationInformation
Dim value As String
value = instance.Title
instance.Title = value
public string Title { get; set; }
Valor de propriedade
Tipo: System.String
Retorna um .instance Stringque representa o nome de exibição da nova lista.
Comentários
Ele não deve ser uma referência nula (Nothing no Visual Basic). Seu comprimento deve ser igual ou menor do que 255.
Ver também
Referência
ListCreationInformation classe