Returns specific segments (dot-to-dot) of a domain name
Namespace:
JHSoftware.SimpleDNS.PluginAssembly: sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)
Syntax
| C# |
|---|
public DomainName GetSegments( int index, int count ) |
| Visual Basic (Declaration) |
|---|
Public Function GetSegments ( _ index As Integer, _ count As Integer _ ) As DomainName |
| Visual C++ |
|---|
public: DomainName^ GetSegments( int index, int count ) |
Parameters
- index
- Type: System..::.Int32
The first segment to retreive (zero based)
- count
- Type: System..::.Int32
The number of segments to retrieve