File.CheckInComment - Propriété
Gets a value that returns the comment used when a document is checked into a document library.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CheckInComment As String
Get
'Utilisation
Dim instance As File
Dim value As String
value = instance.CheckInComment
public string CheckInComment { get; }
Valeur de propriété
Type : System.String
Returns a String instance representing the comment used when a document is checked into a document library.
Remarques
Its length must be equal to or less than 1023.