The
GetInformationResponse object provides options for the
GetInformation operation.
Syntax
Visual Basic (Declaration) | |
---|
<DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="GetInformationResponse")>
Public Class GetInformationResponse |
C# | |
---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="GetInformationResponse")]
public class GetInformationResponse |
C++/CLI | |
---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="GetInformationResponse")]
public ref class GetInformationResponse |
Example
Inheritance Hierarchy
System.Object
Leadtools.Services.Raster.DataContracts.GetInformationResponse
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also