DeviceParamFieldName Property
The name of the parameter.
Syntax
char* GetDeviceParamFieldName(int iDeviceParamIndex);
int SetDeviceParamFieldName(int iDeviceParamIndex, const char* lpszDeviceParamFieldName);
LPWSTR GetDeviceParamFieldName(INT iDeviceParamIndex);
INT SetDeviceParamFieldName(INT iDeviceParamIndex, LPCWSTR lpszDeviceParamFieldName);
- (NSString*)deviceParamFieldName:(int)deviceParamIndex; - (void)setDeviceParamFieldName:(int)deviceParamIndex:(NSString*)newDeviceParamFieldName;
public func deviceParamFieldName(deviceParamIndex: Int32) throws -> String
public func setDeviceParamFieldName(deviceParamIndex: Int32, newDeviceParamFieldName: String) throws -> Void
Default Value
""
Remarks
The name of the parameter.
The size of the array is controlled by the DeviceParamCount property.
This property is not available at design time.
Data Type
String