'Declaration
Public Property EntryType As AccessControlEntryType
'Usage
Dim instance As AccessControlEntry Dim value As AccessControlEntryType instance.EntryType = value value = instance.EntryType
public AccessControlEntryType EntryType {get; set;}
public: property AccessControlEntryType EntryType { AccessControlEntryType get(); void set ( AccessControlEntryType value); }