  | GenericPolicyOid Property  | 
 
            Gets the oid of the policy
            
 
    Namespace: 
   SanteDB.Core.Security
    Assembly:
   SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntaxpublic string Oid { get; }Public ReadOnly Property Oid As String
	Get
public:
virtual property String^ Oid {
	String^ get () sealed;
}abstract Oid : string with get
override Oid : string with get
Property Value
Type: 
StringImplements
IPolicyOid
See Also