DmoParamIsDefaultValue Property |
Gets or sets a value indicating whether the Value property has default value.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public bool IsDefaultValue { get; set; }
Public Property IsDefaultValue As Boolean
Get
Set
public:
property bool IsDefaultValue {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also