SPFileCollectionAddParameters.CheckInComment property
Obtém ou define o comentário de seleção do arquivo.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property CheckInComment As String
Get
Set
'Uso
Dim instance As SPFileCollectionAddParameters
Dim value As String
value = instance.CheckInComment
instance.CheckInComment = value
public string CheckInComment { get; set; }
Property value
Type: System.String
O comentário de seleção do arquivo. O padrão é uma seqüência vazia.
Ver também
Referência
SPFileCollectionAddParameters class