DomainCachedIPv4Address Property |
Namespace: ConnectedApps.Cms.Entities.IPDomainRestrictionAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<long> CachedIPv4Address { get; set; }
Public Property CachedIPv4Address As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> CachedIPv4Address {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member CachedIPv4Address : Nullable<int64> with get, set
Property Value
Type:
NullableInt64
See Also