|
ModelNameAttributeName Property |
[This is preliminary documentation and is subject to change.]
Gets the name.
Namespace: SnapMD.VirtualCare.ApiModels.AttributesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic string Name { get; }
Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}
member Name : string with get
Property Value
Type:
String
The name.
See Also