SourceDefinitionSource 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 virtual Source Source { get; set; }
Public Overridable Property Source As Source
Get
Set
public:
virtual property Source^ Source {
Source^ get ();
void set (Source^ value);
}
Property Value
Type:
Source
See Also