Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Services.Raster.ServiceContracts Namespace > GetInformationRequest Class : Source Property |
public BinaryData Source {get; set;}
'Declaration Public Property Source As BinaryData
'Usage Dim instance As GetInformationRequest Dim value As BinaryData instance.Source = value value = instance.Source
public: property BinaryData^ Source { BinaryData^ get(); void set ( BinaryData^ value); }