public FileDelegate<FilePropertyAction> PropertyDelegate { get; set; }
Public Property PropertyDelegate As FileDelegate(Of FilePropertyAction)
Get
Set
public:
virtual property FileDelegate<FilePropertyAction^>^ PropertyDelegate {
FileDelegate<FilePropertyAction^>^ get () sealed;
void set (FileDelegate<FilePropertyAction^>^ value) sealed;
}
abstract PropertyDelegate : FileDelegate<FilePropertyAction> with get, set
override PropertyDelegate : FileDelegate<FilePropertyAction> with get, set
Значение свойства никогда не равно null.