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