Gets whether to show child components in the bill of materials (BOM) for this configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShowChildComponentsInBOM As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration11
Dim value As Integer
instance.ShowChildComponentsInBOM = value
value = instance.ShowChildComponentsInBOM
|
C# | |
---|
int ShowChildComponentsInBOM {get; set;} |
C++/CLI | |
---|
property int ShowChildComponentsInBOM {
int get();
void set (int value);
} |
Return Value
Show child components in BOM as defined in
swDmShowChildComponetsInBOMResult
Remarks
See Also