Property Udn
Udn
Returns (or sets*) a unique device name for this device. Optional, not recommended to be explicitly set.
Declaration
public string Udn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
* In general you should not explicitly set this property. If it is not set (or set to null/empty string) the property will return a UDN value that is correct as per the UPnP specification, based on the other device properties.
The setter is provided to allow for devices that do not correctly follow the specification (when we discover them), rather than to intentionally deviate from the specification.
If a value is explicitly set, it is used verbatim, and so any prefix (such as uuid:) must be provided in the value.