PEAPI

Property.AddInitValue Method 

Add an initial value for this property

[Visual Basic]
Public Sub AddInitValue( _
   ByVal constVal As PEAPI.Constant _
)
[C#]
public void AddInitValue(
   Constant constVal
);

Parameters

constVal
the initial value for this property

See Also

Property Class | Property Members | PEAPI Namespace