AdvancedFind..::..Name Property
Gets or sets the name.
Namespace:
RingSoft.DbLookup.AdvancedFindAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
[RequiredAttribute] [MaxLengthAttribute] public string Name { get; set; }
<RequiredAttribute> _ <MaxLengthAttribute> _ Public Property Name As String Get Set
[RequiredAttribute] [MaxLengthAttribute] public: property String^ Name { String^ get (); void set (String^ value); }