Visual Basic (Declaration) | |
---|---|
Public Property CodeStream As Collection(Of ResponseCodeStream) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Collection<ResponseCodeStream> CodeStream {get; set;} |
C++/CLI | |
---|---|
public: property Collection<ResponseCodeStream>^ CodeStream { Collection<ResponseCodeStream>^ get(); void set (Collection<ResponseCodeStream>^ value); } |
Return Value
A collection of ResponseCodeStream objects which contains the codestreams returned by the server response.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family