Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the media library.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Syntax
public string MediaLibraryName { get; }
public:
property String^ MediaLibraryName {
String^ get();
}
Public ReadOnly Property MediaLibraryName As String
Property Value
Type: System.String
An instance of String that contains the name of the media library.
Remarks
This property is returned as a result of a call to GetMediaLibraryNameAsync or the newly updated value from SetMediaLibraryNameAsync.
See Also
MediaLibraryNameAsyncCompletedEventArgs Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top