NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentModelPersister.SourceFile

The source file to persist to.

[Visual Basic]
Overridable Protected ReadOnly Property SourceFile As _
   ICodeSourceFile
[C#]
protected ICodeSourceFile SourceFile {override get;}
[C++]
protected: __property virtual ICodeSourceFile* get_SourceFile();
[JScript]
protected function get SourceFile() : ICodeSourceFile;

Property Value

An ICodeSourceFile that will be used in persistance.

See Also

ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace