MediaStreamingSharedFolder.Name Property
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