Namespace: Couchbase.AnnotationsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic AspMvcAreaAttribute(
string anonymousProperty
)
public AspMvcAreaAttribute(
string anonymousProperty
)
Public Sub New (
anonymousProperty As String
)
Public Sub New (
anonymousProperty As String
)
public:
AspMvcAreaAttribute(
String^ anonymousProperty
)
public:
AspMvcAreaAttribute(
String^ anonymousProperty
)
new :
anonymousProperty : string -> AspMvcAreaAttribute
new :
anonymousProperty : string -> AspMvcAreaAttribute
Parameters
- anonymousProperty
- Type: System.String
[Missing <param name="anonymousProperty"/> documentation for "M:Couchbase.Annotations.AspMvcAreaAttribute.#ctor(System.String)"]
See Also