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