Property
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[DataContract]
public class Property
Properties
Name
View Source
Declaration
[DataMember(Order = 1)]
public string Name { get; set; }
Value
View Source
Declaration
[DataMember(Order = 2)]
public string Value { get; set; }