  | DemandAttributePolicyId Property  | 
 
            Gets or sets the policy id
            
 
    Namespace: 
   SanteDB.Rest.Common.Attributes
    Assembly:
   SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntaxpublic string PolicyId { get; set; }Public Property PolicyId As String
	Get
	Set
public:
property String^ PolicyId {
	String^ get ();
	void set (String^ value);
}member PolicyId : string with get, set
Property Value
Type: 
String
See Also