Share via


SharedFoldersAsyncCompletedEventArgs.SharedFolders Property

 

Gets the results of the GetSharedFolderAsync method.

Namespace:   Microsoft.WindowsServerSolutions.MediaStreaming
Assembly:  MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)

Syntax

public ReadOnlyCollection<MediaStreamingSharedFolder> SharedFolders { get; }
public:
property ReadOnlyCollection<MediaStreamingSharedFolder^>^ SharedFolders {
    ReadOnlyCollection<MediaStreamingSharedFolder^>^ get();
}
Public ReadOnly Property SharedFolders As ReadOnlyCollection(Of MediaStreamingSharedFolder)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<MediaStreamingSharedFolder>

A IList<T> that contains the results of the GetSharedFolderAsync method.

See Also

SharedFoldersAsyncCompletedEventArgs Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace

Return to top