SPFileSaveBinaryParameters.CheckInComment property
取得或設定簽入檔案的相關註解。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property CheckInComment As String
Get
Set
'用途
Dim instance As SPFileSaveBinaryParameters
Dim value As String
value = instance.CheckInComment
instance.CheckInComment = value
public string CheckInComment { get; set; }
Property value
Type: System.String
字串,包含在簽入註解或空的字串,如果沒有簽入註解。
請參閱
參照
SPFileSaveBinaryParameters class
SPFileSaveBinaryParameters members