'Declaration Public Property SensingMethod As ImGearXMPEnum(Of ImGearEXIFSensingMethod)
'Usage Dim instance As ImGearEXIFXMPMetadata Dim value As ImGearXMPEnum(Of ImGearEXIFSensingMethod) instance.SensingMethod = value value = instance.SensingMethod
public ImGearXMPEnum<ImGearEXIFSensingMethod> SensingMethod {get; set;}
public: __property ImGearXMPEnum<ImGearEXIFSensingMethod>* get_SensingMethod(); public: __property void set_SensingMethod( ImGearXMPEnum<ImGearEXIFSensingMethod>* value );
public: property ImGearXMPEnum<ImGearEXIFSensingMethod>^ SensingMethod { ImGearXMPEnum<ImGearEXIFSensingMethod>^ get(); void set ( ImGearXMPEnum<ImGearEXIFSensingMethod>^ value); }