| PolicyViolationExceptionPolicyId Property |
Gets the policy identifier.
Namespace:
SanteDB.Core.Exceptions
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public string PolicyId { get; }
Public ReadOnly Property PolicyId As String
Get
public:
property String^ PolicyId {
String^ get ();
}
member PolicyId : string with get
Property Value
Type:
StringThe policy identifier.
See Also