NDoc 1.3.1 SDK

BaseDocumenterConfig.ReadProperty Method 

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;

Parameters

name
A property name.
value
A string respesentation of the desired property value.

Return Value

A string containing any messages generated while attempting to set the property.

See Also

BaseDocumenterConfig Class | NDoc.Core Namespace