StkSatelliteDatabaseQueryCommonName Property  | 
 
            Gets or sets a regular expression that the 
CommonName
            must match in order to be included in the query.
            
 
    Namespace: 
   AGI.Foundation.Stk
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Regex CommonName { get; set; }Public Property CommonName As Regex
	Get
	Set
public:
property Regex^ CommonName {
	Regex^ get ();
	void set (Regex^ value);
}member CommonName : Regex with get, set
Property Value
Type: 
Regex
See Also