| SimilarityMatrixName Property  | 
 
            Gets or sets descriptive name of the particular SimilarityMatrix being used. 
            
 
Namespace: Bio.SimilarityMatricesAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic string Name { get; protected set; }Public Property Name As String
	Get
	Protected Set
public:
property String^ Name {
	String^ get ();
	protected: void set (String^ value);
}member Name : string with get, set
Property Value
Type: 
String
See Also