| MvFileContents Property |
Gets the file contents.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public string Contents { get; }
Public ReadOnly Property Contents As String
Get
public:
property String^ Contents {
String^ get ();
}
Property Value
Type:
StringThe file contents.
See Also