ShowChildComponentsInBOM Property (ISwDMConfiguration11)
Obsolete. Superseded by ISwDMConfiguration15::ShowChildComponentsInBOM2.
.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