| CorsResourceSettingVerbs Property |
Gets the verbs allowed
Namespace:
SanteDB.Rest.Common.Serialization
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public List<string> Verbs { get; set; }
Public Property Verbs As List(Of String)
Get
Set
public:
property List<String^>^ Verbs {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Verbs : List<string> with get, set
Property Value
Type:
ListStringSee Also