Method GetValidationErrors
GetValidationErrors(SsdpRootDevice)
Returns an enumerable set of strings, each one being a description of an invalid property on the specified root device.
Declaration
IEnumerable<string> GetValidationErrors(SsdpRootDevice device)
Parameters
Type | Name | Description |
---|---|---|
SsdpRootDevice | device | The SsdpRootDevice to validate. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
GetValidationErrors(SsdpDevice)
Returns an enumerable set of strings, each one being a description of an invalid property on the specified device.
Declaration
IEnumerable<string> GetValidationErrors(SsdpDevice device)
Parameters
Type | Name | Description |
---|---|---|
SsdpDevice | device | The SsdpDevice to validate. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |