Свойство File.MinorVersion
Gets a value that specifies the minor version of the file.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property MinorVersion As Integer
Get
'Применение
Dim instance As File
Dim value As Integer
value = instance.MinorVersion
public int MinorVersion { get; }
Значение свойства
Тип: System.Int32
Returns a Int32 instance representing the minor version of the file.
Исключения
Исключение | Условие |
---|---|
[System.ArgumentException] | Version information is missing, invalid, or could not be retrieved. Error code: -2147024809. |
[System.IO.FileNotFoundException] | File cannot be found. Error code: - 2147024894. |
[System.UnauthorizedAccessException] | The current user has insufficient permissions. Error code: -2147024891. |