AlternateStreamData.Length Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The length of this stream.
public:
property long Length { long get(); void set(long value); };
public:
property long long Length { long long get(); void set(long long value); };
public long Length { get; set; }
member this.Length : int64 with get, set
Public Property Length As Long