JsonAttribute Constructor(String)
In This Topic
Initializes a new instance of the
JsonAttribute class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String _
)
'Usage
Dim propertyName As System.String
Dim instance As New JsonAttribute(propertyName)
public JsonAttribute(
System.string
)
public JsonAttribute(
: System.String
);
public function JsonAttribute(
: System.String
);
public: JsonAttribute(
System.string*
)
public:
JsonAttribute(
System.String^
)
Parameters
- propertyName
- The specified name the property would be serialized.
See Also