Partager via


MediaStreamingSharedFolderData.LocalPath Property

 

The local mount point of this shared folder. Corresponds with the Folder.Path property in the Storage Object Model.

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

Syntax

[DataMemberAttribute]
public string LocalPath { get; set; }
public:
[DataMemberAttribute]
property String^ LocalPath {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute>
Public Property LocalPath As String

Property Value

Type: System.String

The local mount point.

See Also

MediaStreamingSharedFolderData Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace

Return to top