Edit

Share via


ProvidePropertyAttribute.ReceiverTypeName Property

Definition

Gets the name of the data type this property can extend.

public:
 property System::String ^ ReceiverTypeName { System::String ^ get(); };
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)]
public string ReceiverTypeName { get; }
public string ReceiverTypeName { get; }
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)>]
member this.ReceiverTypeName : string
member this.ReceiverTypeName : string
Public ReadOnly Property ReceiverTypeName As String

Property Value

The name of the data type this property can extend.

Attributes

Applies to