Gets
'Declaration Public ReadOnly Property IsProtectedField As Boolean
'Declaration
Public ReadOnly Property IsProtectedField As Boolean
'Usage Dim instance As HostField Dim value As Boolean value = instance.IsProtectedField
'Usage
Dim instance As HostField Dim value As Boolean value = instance.IsProtectedField
public bool IsProtectedField {get;}
HostField host; bool protectField = host.IsProtectField;
HostField Class HostField Members