Gets / Set part filename of WebPart (MonoX -> UserControl)

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string PartFilename { get; set; }
Visual Basic
Public Property PartFilename As String
	Get
	Set
Visual C++
public:
virtual property String^ PartFilename {
	String^ get () sealed;
	void set (String^ value) sealed;
}
F#
abstract PartFilename : string with get, set
override PartFilename : string with get, set

Property Value

Type: String

See Also