Class DataSourceKeyAttribute
Inheritance
System.Object
DataSourceKeyAttribute
Namespace: Telerik.XamarinForms.Common.DataAnnotations
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public sealed class DataSourceKeyAttribute : Attribute
Constructors
DataSourceKeyAttribute(Object)
Declaration
public DataSourceKeyAttribute(object key)
Parameters
System.Object
key
|
Properties
Key
Declaration
public object Key { get; }
Property Value
System.Object
|