flags of a stream

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public StreamFlags Flags { get; set; }
Visual Basic
Public Property Flags As StreamFlags
	Get
	Set
Visual C++
public:
property StreamFlags Flags {
	StreamFlags get ();
	void set (StreamFlags value);
}

See Also