Class ValueDestinationApplication
Destination Application
[DataContract]
public class ValueDestinationApplication
- Inheritance
-
ValueDestinationApplication
- Inherited Members
Properties
Id
Id of the major application, or a list of NBAR Application Category or Application selections
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "id")]
public string? Id { get; set; }
Property Value
Name
Name of the major application or application category selected
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
Type
app type (major or nbar)
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "type")]
public string? Type { get; set; }