IDynamicProperty.Name Propriedade
Definição
Obtém o nome da propriedade dinâmica.Gets the name of the dynamic property.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
[get: System.Security.SecurityCritical]
public string Name { get; }
member this.Name : string
[<get: System.Security.SecurityCritical>]
member this.Name : string
Public ReadOnly Property Name As String
Valor da propriedade
O nome da propriedade dinâmica.The name of the dynamic property.
- Atributos