  | DfsOutputStreamPosition Property  | 
 
            Gets the current stream position.
            
 
    Namespace: 
   Ookii.Jumbo.Dfs
    Assembly:
   Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntaxpublic override long Position { get; set; }Public Overrides Property Position As Long
	Get
	Set
public:
virtual property long long Position {
	long long get () override;
	void set (long long value) override;
}abstract Position : int64 with get, set
override Position : int64 with get, set
Property Value
Type: 
Int64
            The current stream position. This value is always equal to 
Length.
            
Remarks
            Setting this property is not supported and throws an exception.
            
See Also