MediaStreamingSharedFolder.Path Property
Gets the path to the shared folder.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Syntax
public string Path { get; }
public:
property String^ Path {
String^ get();
}
Public ReadOnly Property Path As String
Property Value
Type: System.String
An instance of String that contains the path to the shared folder.
See Also
MediaStreamingSharedFolder Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top