XmlSerializerAssemblyAttribute.AssemblyName 속성

정의

특정 형식 집합을 위한 serializer가 포함된 어셈블리의 이름을 가져오거나 설정합니다.

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

속성 값

어셈블리의 암호화되지 않은 단순한 이름입니다.

적용 대상