Gets the ServiceRecord instance
constructed by the specified ServiceRecordBuilder instance.
| C# | Visual Basic |
public ServiceRecord ServiceRecord { get; }
Public ReadOnly Property ServiceRecord As ServiceRecord
A ServiceRecord that contains
the URI constructed by the ServiceRecordBuilder .
| Exception | Condition |
|---|---|
| InvalidOperationException | The ServiceRecord
created by the ServiceRecordBuilder properties is invalid.
For instance, if duplicates attributes are disallowed but duplicates are
present.
|