共用方式為


ClientObject.ObjectVersion 屬性

取得字串,表示目前的用戶端物件的版本。此成員是保留給內部使用,而不是用來直接從您的程式碼使用

命名空間:  Microsoft.SharePoint.Client
組件:   Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中);  Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)  Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)

語法

'宣告
Public Property ObjectVersion As String
    Get
    Set
'用途
Dim instance As ClientObject
Dim value As String

value = instance.ObjectVersion

instance.ObjectVersion = value
public string ObjectVersion { get; set; }

屬性值

類型:System.String
目前的用戶端物件的版本號碼。

請參閱

參照

ClientObject 類別

ClientObject 成員

Microsoft.SharePoint.Client 命名空間