ResourceStream.Position Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the current position in the stream.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ResourceStream
Dim value As Long
value = instance.Position
instance.Position = value
Syntax
'Declaration
Public Overrides Property Position As Long
public override long Position { get; set; }
public:
virtual property long long Position {
long long get () override;
void set (long long value) override;
}
/** @property */
public long get_Position ()
/** @property */
public void set_Position (long value)
public override function get Position () : long
public override function set Position (value : long)
Property Value
The current position in the stream.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ResourceStream Class
ResourceStream Members
Microsoft.EnterpriseManagement.Common Namespace