MethodSourceDefinitionSource Property |
The wrapped source.
Namespace:
MFiles.VAF.Configuration.Interfaces.Domain
Assembly:
MFiles.VAF.Configuration.Interfaces (in MFiles.VAF.Configuration.Interfaces.dll) Version: 1.0.0.0
Syntaxpublic override Source Source { get; set; }
Public Overrides Property Source As Source
Get
Set
public:
virtual property Source^ Source {
Source^ get () override;
void set (Source^ value) override;
}
Property Value
Type:
Source
See Also