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 shared folder.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Syntax
public string Name { get; }
public:
property String^ Name {
String^ get();
}
Public ReadOnly Property Name As String
Property Value
Type: System.String
An instance of String that contains the name of the shared folder.
See Also
MediaStreamingSharedFolder Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top