PreApplicationStartMethodAttribute.MethodName Özellik
Tanım
İlişkili başlangıç yöntemini alır.Gets the associated startup method.
public:
property System::String ^ MethodName { System::String ^ get(); };
public string MethodName { get; }
member this.MethodName : string
Public ReadOnly Property MethodName As String
Özellik Değeri
İlişkili başlangıç yönteminin adını içeren bir dize.A string that contains the name of the associated startup method.