ResourceStream.Length Property
Gets the length of the stream in bytes.
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.Length
Syntax
'Declaration
Public Overrides ReadOnly Property Length As Long
public override long Length { get; }
public:
virtual property long long Length {
long long get () override;
}
/** @property */
public long get_Length ()
public override function get Length () : long
Property Value
The length of the stream in bytes.
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