Show / Hide Table of Contents

Class MyClass2.SearchScope

Inheritance
System.Object
MyClass2.SearchScope
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Documentation.Examples.Controls.SearchBox
Assembly: Sartorius.SAF.Documentation.Examples.dll
Syntax
public class SearchScope

Properties

View Source

Caption

Declaration
public string Caption { get; set; }
Property Value
Type Description
System.String
View Source

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX