Sets the value of a named property.
[Visual Basic] Protected Function ReadProperty( _ ByVal name As String, _ ByVal value As String _ ) As String [C#] protected string ReadProperty( string name, string value ); [C++] protected: String* ReadProperty( String* name, String* value ); [JScript] protected function ReadProperty( String name, String value ): String;
A string containing any messages generated while attempting to set the property.
BaseDocumenterConfig Class | NDoc.Core Namespace