Name Property (PartsLibraryReference)
In This Topic
Gets or sets a name of the library.
Syntax
'Declaration
Public Property Name As String
public string Name {get; set;}
Property Value
A
System.String value indicating the name of the library. This name is used to reference the library from
PartItem.Library.
See Also