ID Property (BuildingBlock)
In This Topic
Gets the a unique identifier that uniquely identifies this building block.
This unique identifier can be used by an application to uniquely reference a single building block regardless of different naming,
for example when the same part has different names for localization purposes.
Syntax
'Declaration
Public ReadOnly Property ID As System.Guid
public System.Guid ID {get;}
See Also