PastebinTrendingPastes Property |
Returns a collection of the current trending pastes.
Namespace: PastebinAssembly: Pastebin (in Pastebin.dll) Version: 1.0
Syntaxpublic ReadOnlyCollection<Paste> TrendingPastes { get; }
Public ReadOnly Property TrendingPastes As ReadOnlyCollection(Of Paste)
Get
public:
property ReadOnlyCollection<Paste^>^ TrendingPastes {
ReadOnlyCollection<Paste^>^ get ();
}
member TrendingPastes : ReadOnlyCollection<Paste> with get
Property Value
Type:
ReadOnlyCollectionPaste
Exceptions
See Also