ResourceTypeForeignKeyField Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [TypeConverterAttribute("Kettic.AspNet.Controls.Design.ResourceForeignKeyDataFieldConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")]
public string ForeignKeyField { get; set; }
<TypeConverterAttribute("Kettic.AspNet.Controls.Design.ResourceForeignKeyDataFieldConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")>
Public Property ForeignKeyField As String
Get
Set
public:
[TypeConverterAttribute(L"Kettic.AspNet.Controls.Design.ResourceForeignKeyDataFieldConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")]
property String^ ForeignKeyField {
String^ get ();
void set (String^ value);
}
[<TypeConverterAttribute("Kettic.AspNet.Controls.Design.ResourceForeignKeyDataFieldConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")>]
member ForeignKeyField : string with get, set
Property Value
Type:
StringSee Also