 | HttpAttributeName Property |
Optionally overrides the tagged service endpoint method name when
generating the client code.
Namespace:
Neon.ModelGen
Assembly:
Neon.Common (in Neon.Common.dll) Version: 2.14.0
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
Property Value
Type:
String
See Also