'Declaration Public Function Find( _
ByVal profileNameThe profile name.As String _
) As KodakDeviceProfile
public KodakDeviceProfile Find(
string profileName
)
public: KodakDeviceProfile* Find(
string* profileName
)
public:
KodakDeviceProfile^ Find(
string^ profileName
)
Parameters
- profileName
- The profile name.
Return Value
KodakDeviceProfile object if KodakDeviceProfile is found successfully; otherwise, null.