XmlnsDefinitionAttribute.AssemblyName 属性

定义

获取或设置一个 String,它表示修饰类的 Assembly 名称。

public:
 property System::String ^ AssemblyName { System::String ^ get(); void set(System::String ^ value); };
public string AssemblyName { get; set; }
member this.AssemblyName : string with get, set
Public Property AssemblyName As String

属性值

String

一个 String,它表示修饰类的 Assembly 名称。

适用于