Gets or sets reference to the ConfigurationCell loaded from the configuration file associated this ConfigurationCell.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ConfigurationCell ConfigurationFileCell { get; set; }
Public Property ConfigurationFileCell As ConfigurationCell Get Set
public: property ConfigurationCell^ ConfigurationFileCell { ConfigurationCell^ get (); void set (ConfigurationCell^ value); }