  | CareplanResourceHandlerResourceName Property  | 
 
            Gets the resource name
            
 
    Namespace: 
   SanteDB.Rest.HDSI.Resources
    Assembly:
   SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntaxpublic string ResourceName { get; }Public ReadOnly Property ResourceName As String
	Get
public:
virtual property String^ ResourceName {
	String^ get () sealed;
}abstract ResourceName : string with get
override ResourceName : string with get
Property Value
Type: 
StringImplements
IApiResourceHandlerResourceName
See Also