FileAs property
      
      String?
      get
      FileAs
      
    
    
Implementation
String? get FileAs => this.PropertyBag[ContactSchema.FileAs] as String?;
      
      set
      FileAs
      (String? value) 
      
    
    
    
Implementation
set FileAs(String? value) => this.PropertyBag[ContactSchema.FileAs] = value;