 | ProgrammingLanguageFileExtension Property |
Gets or sets the file extension.
Namespace:
Novacta.Documentation.CodeExamples
Assembly:
Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntaxpublic string FileExtension { get; protected set; }
Public Property FileExtension As String
Get
Protected Set
public:
property String^ FileExtension {
String^ get ();
protected: void set (String^ value);
}
member FileExtension : string with get, set
Property Value
Type:
StringThe file extension.
See Also