public static string LargeFileIconKey { get; set; }
Public Shared Property LargeFileIconKey As String
Get
Set
public:
static property String^ LargeFileIconKey {
String^ get ();
void set (String^ value);
}
static member LargeFileIconKey : string with get, set