Property Item
Item[String]
Returns the SsdpDeviceProperty instance from the collection that has the specified FullName value.
Declaration
public SsdpDeviceProperty this[string fullName] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | fullName | The full name of the property to return. |
Property Value
Type | Description |
---|---|
SsdpDeviceProperty | A SsdpDeviceProperty instance from the collection. |
Exceptions
Type | Condition |
---|---|
System.Collections.Generic.KeyNotFoundException | Thrown if no item exists in the collection with the specified |