'Declaration Public Property GHashStandard As GHashStandard
'Usage Dim instance As Encryption Dim value As GHashStandard instance.GHashStandard = value value = instance.GHashStandard
public GHashStandard GHashStandard {get; set;}
public read-write property GHashStandard: GHashStandard;
public function get,set GHashStandard : GHashStandard
public: __property GHashStandard get_GHashStandard(); public: __property void set_GHashStandard( GHashStandard value );
public: property GHashStandard GHashStandard { GHashStandard get(); void set ( GHashStandard value); }