Class MgmtLinkRef
Inheritance
object
MgmtLinkRef
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("mgmtLinkRef")]
public class MgmtLinkRef
Properties
| Edit this page View SourceName
Declaration
[JsonProperty("nm")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Declaration
[JsonProperty("typ")]
public MgmtDefinition? Type { get; set; }
Property Value
Type | Description |
---|---|
MgmtDefinition? |
Value
Ruft den Text ab oder legt diesen fest.
Gets or sets the text value.
Declaration
[JsonProperty("val")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |