  | AddressMiniInternalAddressCode Property  | 
 
            Gets or sets the internal address code.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string InternalAddressCode { get; set; }Public Property InternalAddressCode As String
	Get
	Set
public:
property String^ InternalAddressCode {
	String^ get ();
	void set (String^ value);
}function get InternalAddressCode () : String
function set InternalAddressCode (value : String)
function get_InternalAddressCode();
function set_InternalAddressCode(value);
Property Value
Type: 
StringThe internal address code.
See Also