次の方法で共有


ActionStruct.Position property

Sets or gets the position in bytes.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Position As Byte
    Get
    Set
'Usage
Dim instance As ActionStruct
Dim value As Byte

value = instance.Position

instance.Position = value
public byte Position { get; set; }

Property value

Type: System.Byte
The position in bytes.

See also

Reference

ActionStruct class

ActionStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace