SPCopyDestination.Comment property
Se a cópia de destino exigir check-out, obtém ou define um comentário na seleção para a nova versão.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property Comment As String
Get
Set
'Uso
Dim instance As SPCopyDestination
Dim value As String
value = instance.Comment
instance.Comment = value
public string Comment { get; set; }
Property value
Type: System.String
Uma seqüência de caracteres que representa o texto do comentário.