| Visual Basic (Declaration) | |
|---|---|
Public Property CsInfo As Collection(Of RegisteredCodestreamInfo) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Collection<RegisteredCodestreamInfo> CsInfo {get; set;} | |
| C++/CLI | |
|---|---|
public: property Collection<RegisteredCodestreamInfo>^ CsInfo { Collection<RegisteredCodestreamInfo>^ get(); void set (Collection<RegisteredCodestreamInfo>^ value); } | |
Return Value
A Generic Collection which provides information about the codestreams.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code