ISubscriptionConfigBaseTryGetOverwriteUserAddress Method  | 
 
            Attempts to retrieve the OverwriteUserAddress attribute.
            
 
    Namespace: 
   PDTec.IceNet.Domain.Subscription.BusinessObjects
    Assembly:
   PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntaxbool TryGetOverwriteUserAddress(
	out bool value
)
Parameters
- value
 - Type: SystemBoolean
The OverwriteUserAddress attribute value if the attribute is assigned; otherwise, the default value for the Bool attribute value type. 
Return Value
Type: 
Booleantrue if the attribute is assigned; otherwise 
false.
See Also