<Code Lib>
2025 Property
Changes 0
P

AssemblyInstance.AssemblyTypeName

Description:
The name for the assembly type. All matching assembly instances share this name. Unique assembly instances are named automatically based on their naming category.

public string AssemblyTypeName { get; set; }

  • When setting this property: This assembly type name is not valid for this assembly instance. An assembly type name should be non-empty, should contain valid characters, and should be unique for its naming category.
  • When setting this property: A non-optional argument was null

Loading…