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