Page Property (NameService)
                In This Topic
            
            Gets/Sets the page. Page must be set, because most of the NameService class's methods work on page only (except for e.g. CorrectDeviceTagProperties, EvaluateAndSetAllNamesTXN methods).
            
            
            Syntax
            
            
            
            
            public Page Page {get; set;}
             
        
            
            public:
property Page^ Page {
   Page^ get();
   void set (    Page^ value);
}
             
        
             
        
            
            
             
            Exceptions
| Exception | Description | 
|---|
| ArgumentException | Invalid parameters were found. | 
| ArgumentNullException | Null was passed to a parameter. | 
| ApplicationException | When page is not set. | 
See Also