| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property TpModelItems As IList(Of TpModelItem) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public IList<TpModelItem> TpModelItems {get;} | |
| C++/CLI | |
|---|---|
public: property IList<TpModelItem>^ TpModelItems { IList<TpModelItem>^ get(); } | |
Return Value
A Generic IList which indicates specific tile-parts that the client would like to add to or subtract from the server's cache model.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code