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.
The name of this shared folder specified by the user. Corresponds with the Folder.Name property in the Storage Object Model.
Namespace:   Microsoft.WindowsServerSolutions.MediaStreaming
Assembly:  MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Syntax
[DataMemberAttribute]
public string Name { get; set; }
public:
[DataMemberAttribute]
property String^ Name {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute>
Public Property Name As String
Property Value
Type: System.String
The name.
See Also
MediaStreamingSharedFolderData Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top