IWindowsMediaLibrarySharingDeviceProperty interface
The IWindowsMediaLibrarySharingDeviceProperty interface defines methods that provide access to the name and value of an individual property of a media device.
Members
The IWindowsMediaLibrarySharingDeviceProperty interface inherits from the IDispatch interface. IWindowsMediaLibrarySharingDeviceProperty also has these types of members:
Methods
The IWindowsMediaLibrarySharingDeviceProperty interface has these methods.
| Method | Description |
|---|---|
| get_Name |
Retrieves the name of an individual property of a media device. |
| get_Value |
Retrieves the value of an individual property of a media device. |
Remarks
To obtain an IWindowsMediaLibrarySharingDeviceProperty interface, call the GetProperty method or the get_Item method of the IWindowsMediaLibrarySharingDeviceProperties interface.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
DLL |
|
See also