StringFormatMethodAttribute Constructor Couchbase .NET SDK 2.0
Initializes a new instance of the StringFormatMethodAttribute class

Namespace: Couchbase.Annotations
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
public StringFormatMethodAttribute(
	string formatParameterName
)

Parameters

formatParameterName
Type: System String
Specifies which parameter of an annotated method should be treated as format-string
See Also