Gets or sets the name of the PCP.
Syntax
'Declaration
Public Overridable Property PCPName As String
'Usage
Dim instance As Insured
Dim value As String
instance.PCPName = value
value = instance.PCPName
public virtual string PCPName {get; set;}
public read-write property PCPName: String; virtual;
public function get,set PCPName : String
public: __property virtual string* get_PCPName();
public: __property virtual void set_PCPName(
string* value
);
public:
virtual property String^ PCPName {
String^ get();
void set ( String^ value);
}
Property Value
The name of the PCP.
See Also