'Declaration
ReadOnly Property IsShared As Nullable(Of Boolean)
'Usage
Dim instance As IPkiStore Dim value As Nullable(Of Boolean) value = instance.IsShared
Nullable<bool> IsShared {get;}
property Nullable<bool> IsShared { Nullable<bool> get(); }
'Declaration
ReadOnly Property IsShared As Nullable(Of Boolean)
'Usage
Dim instance As IPkiStore Dim value As Nullable(Of Boolean) value = instance.IsShared
Nullable<bool> IsShared {get;}
property Nullable<bool> IsShared { Nullable<bool> get(); }
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.