Visual Basic (Declaration) | |
---|---|
Public Property StringValue As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string StringValue {get; set;} |
Return Value
The String value.For an example, refer to WiaSession.GetPropertyString.
To get String type WIA property value from this property, call the GetPropertyString method first to ensure this property contains a valid value. To set this property, provide it with your String buffer and then call the SetPropertyString method.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family