MediaStreamingSharedFolderData.ID Property
The identifier of this shared folder. Corresponds with the Folder.ID property in the Storage Object Model. If this is a default shared folder, this value will match a Folder Type constant (Folder.MusicType, Folder.PicturesType, etc.) in the Storage Object Model; otherwise the value will be a random Guid.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Syntax
[DataMemberAttribute]
public Guid ID { get; set; }
public:
[DataMemberAttribute]
property Guid ID {
Guid get();
void set(Guid value);
}
<DataMemberAttribute>
Public Property ID As Guid
Property Value
Type: System.Guid
The ID.
See Also
MediaStreamingSharedFolderData Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top