'Declaration
<CanBeNullAttribute()> Property Fragment As String
'Usage
Dim instance As _ResourceDescriptor Dim value As String instance.Fragment = value value = instance.Fragment
[CanBeNull()] string Fragment {get; set;}
'Declaration
<CanBeNullAttribute()> Property Fragment As String
'Usage
Dim instance As _ResourceDescriptor Dim value As String instance.Fragment = value value = instance.Fragment
[CanBeNull()] string Fragment {get; set;}
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.