BackwardsCompatibleSchemaVersionAttribute.BackwardsCompatibleSchemaVersion property
取得的回溯相容的架構版本。
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property BackwardsCompatibleSchemaVersion As Version
Get
'用途
Dim instance As BackwardsCompatibleSchemaVersionAttribute
Dim value As Version
value = instance.BackwardsCompatibleSchemaVersion
public Version BackwardsCompatibleSchemaVersion { get; }
Property value
Type: System.Version
會傳回結構描述Version。
請參閱
參照
BackwardsCompatibleSchemaVersionAttribute class