AlignmentInfoDefaultValue Property |
Gets or sets default value (as a string). Ignored if Required = true.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string DefaultValue { get; set; }
Public Property DefaultValue As String
Get
Set
public:
property String^ DefaultValue {
String^ get ();
void set (String^ value);
}
member DefaultValue : string with get, set
Property Value
Type:
StringSee Also