XmlFormatExtensionPointAttribute.MemberName 属性

定义

指定实现服务说明格式扩展的类的成员可以有一个与其关联的服务说明格式扩展。Specifies that the member of the class that implements the service description format extension can have a service description format extension associated with it.

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

属性值

String

实现服务说明格式扩展的类的成员,它可以有一个与其关联的服务说明格式扩展。The member of the class that implements the service description format extension that can have a service description format extension associated with it.

适用于