Class ContentRefURIReference
Inheritance
object
ContentRefURIReference
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("ContentRefURIReference")]
public class ContentRefURIReference
Properties
| Edit this page View SourceName
Declaration
[JsonProperty("nm")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
URI
Declaration
[JsonProperty("uri")]
public string URI { get; set; }
Property Value
Type | Description |
---|---|
string |