IPv4.OctetTwo Property

Gets or sets the second octet.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property OctetTwo As Literal
public Literal OctetTwo { get; set; }
public:
property Literal^ OctetTwo {
    Literal^ get ();
    void set (Literal^ value);
}
member OctetTwo : Literal with get, set
function get OctetTwo () : Literal
function set OctetTwo (value : Literal)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal

.NET Framework Security

See Also

Reference

IPv4 Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace