OriginAddressType Property |
Gets the type of the uri address. Initially IPv4 or IPv6.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic AddressType AddressType { get; protected set; }Public Property AddressType As AddressType
Get
Protected Set
public:
property AddressType AddressType {
AddressType get ();
protected: void set (AddressType value);
}member AddressType : AddressType with get, set
Property Value
AddressType
See Also