Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property BinDescriptors As Collection(Of ModelElement) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Collection<ModelElement> BinDescriptors {get;} |
C++/CLI | |
---|---|
public: property Collection<ModelElement>^ BinDescriptors { Collection<ModelElement>^ get(); } |
Return Value
A Collection of ModelElement objects which identifies a data-bin or a range of data-bins, about which cache information is being signaled.For an example, refer to HttpRequestEncoder.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family