Dela via


IPv4.OctetThree Property

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

Syntax

'Declaration
Public Property OctetThree As Literal
'Usage
Dim instance As IPv4 
Dim value As Literal 

value = instance.OctetThree

instance.OctetThree = value
public Literal OctetThree { get; set; }
public:
property Literal^ OctetThree {
    Literal^ get ();
    void set (Literal^ value);
}
public function get OctetThree () : Literal 
public function set OctetThree (value : Literal)

Property Value

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

.NET Framework Security

See Also

Reference

IPv4 Class

IPv4 Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace