'Declaration Public Property Name As String
'Usage Dim instance As DefaultSheetDataModel Dim value As String instance.Name = value value = instance.Name
public string Name {get; set;}
'Declaration Public Property Name As String
'Usage Dim instance As DefaultSheetDataModel Dim value As String instance.Name = value value = instance.Name
public string Name {get; set;}
Exception | Description |
---|---|
System.ArgumentNullException | No name is specified; name is a null reference (Nothing in Visual Basic) |